Home
last modified time | relevance | path

Searched refs:isScroll (Results 1 – 25 of 53) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/attribute/
H A Dsdrtextattribute.cxx167 bool isScroll() const { return mbScroll; } in isScroll() function in drawinglayer::attribute::ImpSdrTextAttribute
225 && isScroll() == rCandidate.isScroll() in operator ==()
348 bool SdrTextAttribute::isScroll() const in isScroll() function in drawinglayer::attribute::SdrTextAttribute
350 return mpSdrTextAttribute->isScroll(); in isScroll()
414 if(isScroll()) in getScrollTextTiming()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/attribute/
H A Dsdrtextattribute.cxx171 bool isScroll() const { return mbScroll; } in isScroll() function in drawinglayer::attribute::ImpSdrTextAttribute
229 && isScroll() == rCandidate.isScroll() in operator ==()
352 bool SdrTextAttribute::isScroll() const in isScroll() function in drawinglayer::attribute::SdrTextAttribute
354 return mpSdrTextAttribute->isScroll(); in isScroll()
418 if(isScroll()) in getScrollTextTiming()
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/plugins/mousepad/
H A Dwaylandremoteinput.cpp59 const bool isScroll = np.get<bool>(QStringLiteral("scroll"), false); in handlePacket() local
63 … || isMiddleClick || isRightClick || isSingleHold || isSingleRelease || isScroll || !key.isEmpty()… in handlePacket()
80 } else if (isScroll) { in handlePacket()
H A Dx11remoteinput.cpp106 bool isScroll = np.get<bool>(QStringLiteral("scroll"), false); in handlePacket() local
110 … || isMiddleClick || isRightClick || isSingleHold || isSingleRelease || isScroll || !key.isEmpty()… in handlePacket()
140 } else if (isScroll) { in handlePacket()
H A Dwindowsremoteinput.cpp72 bool isScroll = np.get<bool>(QStringLiteral("scroll"), false); in handlePacket() local
76 …if (isSingleClick || isDoubleClick || isMiddleClick || isRightClick || isSingleHold || isScroll ||… in handlePacket()
111 } else if (isScroll) { in handlePacket()
H A Dmacosremoteinput.mm81 bool isScroll = np.get<bool>(QStringLiteral("scroll"), false);
85 … || isMiddleClick || isRightClick || isSingleHold || isSingleRelease || isScroll || !key.isEmpty()…
131 } else if (isScroll) {
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/inc/sdr/attribute/
H A Dsdrtextattribute.hxx90 bool isScroll() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/sdr/attribute/
H A Dsdrtextattribute.hxx102 bool isScroll() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx333 rText.isScroll(), in createTextPrimitive()
364 if(rText.isScroll()) in createTextPrimitive()
H A Dsdrmeasureprimitive2d.cxx131 rTextAttribute.isScroll(), in create2DDecomposition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx392 rText.isScroll(), in createTextPrimitive()
422 if(rText.isScroll()) in createTextPrimitive()
H A Dsdrmeasureprimitive2d.cxx127 rTextAttribute.isScroll(), in create2DDecomposition()
/dports/games/scourge/scourge/src/rpg/
H A Drpgitem.h310 inline bool isScroll() { in isScroll() function
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java1732 boolean isScroll = tabPane.getTabLayoutPolicy() == JTabbedPane.SCROLL_TAB_LAYOUT; in paintTabArea()
1750 if (isScroll) in paintTabArea()
1755 if (isScroll) in paintTabArea()
1770 if (j != selectedIndex || isScroll) in paintTabArea()
1775 if (! isScroll) in paintTabArea()
/dports/games/scourge/scourge/src/
H A Dinfogui.cpp160 …} else if ( item->getRpgItem()->isScroll() && !( scourge->getParty()->getPlayer()->findInBackpack(… in setItem()
317 if ( item->getRpgItem()->hasSpell() || item->getRpgItem()->isScroll() ) { in handleEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqmenu.cpp957 bool isScroll = false; in mouseEventTaken() local
962 isScroll = (pos.y() <= scrollerHeight()); in mouseEventTaken()
964 isScroll = (pos.y() >= q->height() - scrollerHeight()); in mouseEventTaken()
965 if (isScroll) { in mouseEventTaken()
972 if (isScroll) { in mouseEventTaken()
/dports/databases/kexi/kexi-3.2.0/src/main/
H A DKexiMenuWidget.cpp1187 bool isScroll = false; in mouseEventTaken() local
1192 isScroll = (pos.y() <= scrollerHeight()); in mouseEventTaken()
1194 isScroll = (pos.y() >= q->height() - scrollerHeight()); in mouseEventTaken()
1195 if (isScroll) { in mouseEventTaken()
1202 if (isScroll) { in mouseEventTaken()
/dports/cad/ktechlab/ktechlab-0.50.0/src/ktlqt3support/
H A Dktlq3scrollview.cpp172 void hideOrShowAll(KtlQ3ScrollView* sv, bool isScroll = false);
253 void KtlQ3ScrollViewData::hideOrShowAll(KtlQ3ScrollView* sv, bool isScroll) in hideOrShowAll() argument
268 … else if ((!isScroll && !clipped_viewport->testAttribute(Qt::WA_StaticContents)) || static_bg) in hideOrShowAll()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3scrollview.cpp181 void hideOrShowAll(Q3ScrollView* sv, bool isScroll = false);
254 void Q3ScrollViewData::hideOrShowAll(Q3ScrollView* sv, bool isScroll) in hideOrShowAll() argument
267 … else if ((!isScroll && !clipped_viewport->testAttribute(Qt::WA_StaticContents)) || static_bg) in hideOrShowAll()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmenu.cpp1305 bool isScroll = false; in mouseEventTaken() local
1310 isScroll = (pos.y() <= scrollerHeight() + fw + vmargin + topmargin); in mouseEventTaken()
1312isScroll = (pos.y() >= q->height() - scrollerHeight() - fw - vmargin - bottommargin); in mouseEventTaken()
1313 if (isScroll) { in mouseEventTaken()
1320 if (isScroll) { in mouseEventTaken()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmenu.cpp1305 bool isScroll = false; in mouseEventTaken() local
1310 isScroll = (pos.y() <= scrollerHeight() + fw + vmargin + topmargin); in mouseEventTaken()
1312isScroll = (pos.y() >= q->height() - scrollerHeight() - fw - vmargin - bottommargin); in mouseEventTaken()
1313 if (isScroll) { in mouseEventTaken()
1320 if (isScroll) { in mouseEventTaken()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmenu.cpp1305 bool isScroll = false; in mouseEventTaken() local
1310 isScroll = (pos.y() <= scrollerHeight() + fw + vmargin + topmargin); in mouseEventTaken()
1312isScroll = (pos.y() >= q->height() - scrollerHeight() - fw - vmargin - bottommargin); in mouseEventTaken()
1313 if (isScroll) { in mouseEventTaken()
1320 if (isScroll) { in mouseEventTaken()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmenu.cpp1305 bool isScroll = false; in mouseEventTaken() local
1310 isScroll = (pos.y() <= scrollerHeight() + fw + vmargin + topmargin); in mouseEventTaken()
1312isScroll = (pos.y() >= q->height() - scrollerHeight() - fw - vmargin - bottommargin); in mouseEventTaken()
1313 if (isScroll) { in mouseEventTaken()
1320 if (isScroll) { in mouseEventTaken()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmenu.cpp1305 bool isScroll = false; in mouseEventTaken() local
1310 isScroll = (pos.y() <= scrollerHeight() + fw + vmargin + topmargin); in mouseEventTaken()
1312isScroll = (pos.y() >= q->height() - scrollerHeight() - fw - vmargin - bottommargin); in mouseEventTaken()
1313 if (isScroll) { in mouseEventTaken()
1320 if (isScroll) { in mouseEventTaken()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqmenu.cpp1305 bool isScroll = false; in mouseEventTaken() local
1310 isScroll = (pos.y() <= scrollerHeight() + fw + vmargin + topmargin); in mouseEventTaken()
1312isScroll = (pos.y() >= q->height() - scrollerHeight() - fw - vmargin - bottommargin); in mouseEventTaken()
1313 if (isScroll) { in mouseEventTaken()
1320 if (isScroll) { in mouseEventTaken()

123