Searched refs:isEmpty (Results 1 - 25 of 43) sorted by relevance

12

/inkscape/src/ui/widget/
H A Ddock.h48 bool isEmpty() const; //< true iff none of the dock's items are in a docked state
H A Ddock.cpp175 bool Dock::isEmpty() const function in class:Inkscape::UI::Widget::Dock
262 if (isEmpty()) {
/inkscape/src/libvpsc/pairingheap/
H A DPairingHeap.cpp89 if( isEmpty( ) )
100 if( isEmpty( ) )
118 bool PairingHeap<T>::isEmpty( ) const function in class:PairingHeap
H A DPairingHeap.h24 // bool isEmpty( ) --> Return true if empty; else false
80 bool isEmpty( ) const;
/inkscape/src/ui/dialog/
H A Dtransformation.cpp538 if (!selection || selection->isEmpty())
568 selection && !selection->isEmpty());
583 if (selection && !selection->isEmpty()) {
605 if (selection && !selection->isEmpty()) {
624 if (selection && !selection->isEmpty()) {
633 if (selection && !selection->isEmpty()) {
651 if (selection && !selection->isEmpty()) {
685 if (!selection || selection->isEmpty())
1030 if (!selection || selection->isEmpty())
1141 if (!selection || selection->isEmpty())
[all...]
H A Dlivepatheffect-editor.cpp281 if ( sel && !sel->isEmpty() ) {
411 if ( sel && !sel->isEmpty() ) {
493 if ( sel && !sel->isEmpty() ) {
511 if ( sel && !sel->isEmpty() ) {
528 if ( sel && !sel->isEmpty() ) {
H A Dobjects.cpp620 if (_desktop->selection->isEmpty()) _desktop->setCurrentLayer(item->parent);
626 if (_desktop->selection->isEmpty()) _desktop->setCurrentLayer(item);
700 bool empty = _desktop->selection->isEmpty();
1093 if (_desktop->selection->isEmpty()) _desktop->setCurrentLayer(item->parent);
1098 if (_desktop->selection->isEmpty()) _desktop->setCurrentLayer(item);
1159 if (_desktop->selection->isEmpty())
1171 if (_desktop->selection->isEmpty())
1183 if (_desktop->selection->isEmpty())
1195 if (_desktop->selection->isEmpty())
1207 if (_desktop->selection->isEmpty())
[all...]
H A Dexport.cpp627 if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false) {
668 (SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false &&
673 was_empty = (SP_ACTIVE_DESKTOP->getSelection())->isEmpty();
702 if (Sel->isEmpty() == false) {
748 if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false)
815 if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false) {
1472 if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false) {
/inkscape/src/ui/tools/
H A Dselect-tool.cpp468 if (!selection->isEmpty()) {
556 if (this->button_press_ctrl || (this->button_press_alt && !this->button_press_shift && !selection->isEmpty())) {
607 if (!_seltrans->isEmpty()) {
621 if (!_seltrans->isEmpty()) {
665 if (!selection->isEmpty()) {
768 if (!selection->isEmpty()) {
926 if (alt && !selection->isEmpty() && !desktop->isWaitingCursor()) {
1149 if (!selection->isEmpty()) {
H A Dgradient-tool.cpp111 if (!drag->isNonEmpty() || selection->isEmpty())
537 if (!selection->isEmpty()) {
578 if (!drag->mouseOver() && !selection->isEmpty()) {
888 if (!selection->isEmpty()) {
H A Dmesh-tool.cpp108 if (!drag->isNonEmpty() || selection->isEmpty()) {
524 if (!selection->isEmpty()) {
575 if (!drag->mouseOver() && !selection->isEmpty()) {
935 if (!selection->isEmpty()) {
H A Ddropper-tool.cpp320 if (!(desktop->getSelection()->isEmpty())) {
/inkscape/src/
H A Dselection-chemistry.cpp181 } else if (!dt->getSelection()->isEmpty()) {
408 if (selection->isEmpty()) {
453 if (selection->isEmpty() && !duplicateLayer) {
761 if (selection->isEmpty()) {
797 if (selection->isEmpty()) {
829 if (selection->isEmpty()) {
1038 if (selection->isEmpty()) {
1122 if (selection->isEmpty()) {
1286 if (selection->isEmpty()) {
1309 if (selection->isEmpty()) {
[all...]
H A Dpath-chemistry.cpp195 if (selection->isEmpty()) {
293 if (selection->isEmpty()) {
333 if (selection->isEmpty()) {
H A Dtext-chemistry.cpp193 if (selection->isEmpty()) {
256 if (selection->isEmpty()) {
474 if (selection->isEmpty()) {
H A Dseltrans.h89 bool isEmpty() { function in class:Inkscape::SelTrans
H A Dvanishing-point.h195 inline bool hasEmptySelection() { return this->selection->isEmpty(); }
H A Dselection.h197 bool isEmpty() const { return _objs.empty(); } function in class:Inkscape::Selection
/inkscape/src/libcola/
H A Dshortest_paths.cpp62 while(!Q.isEmpty()) {
/inkscape/src/libvpsc/
H A Dblock.cpp134 while (!in->isEmpty()) {
173 if(in->isEmpty()) {
181 if(out->isEmpty()) return NULL;
185 if(out->isEmpty()) return NULL;
/inkscape/src/ui/
H A Dinterface.cpp1679 if (_desktop->selection->isEmpty()) {
1722 if (_desktop->selection->isEmpty()) {
1807 if (_desktop->selection->isEmpty()) {
1967 if (_desktop->selection->isEmpty()) {
2013 if (_desktop->selection->isEmpty()) {
2022 if (_desktop->selection->isEmpty()) {
2069 if (_desktop->selection->isEmpty()) {
2150 if (_desktop->selection->isEmpty()) {
2165 if (_desktop->selection->isEmpty()) {
2191 if (_desktop->selection->isEmpty()) {
[all...]
H A Dclipboard.cpp260 if (selection->isEmpty()) { // check whether something is selected
449 if (selection->isEmpty()) {
502 if (selection->isEmpty()) {
566 if (!selection || selection->isEmpty()) {
/inkscape/share/extensions/
H A Dvoronoi.py187 if not priorityQ.isEmpty():
190 if (newsite and (priorityQ.isEmpty() or cmp(newsite,minpt) < 0)):
231 elif not priorityQ.isEmpty():
630 def isEmpty(self): member in class:PriorityQueue
/inkscape/src/extension/internal/
H A Dgrid.cpp93 if (selection->isEmpty()) {
/inkscape/src/extension/plugins/grid2/
H A Dgrid.cpp99 if (selection->isEmpty()) {

Completed in 68 milliseconds

12