Home
last modified time | relevance | path

Searched defs:ControlType (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dsalnativewidgets-none.cxx42 sal_Bool SalGraphics::IsNativeControlSupported( ControlType, ControlPart ) in IsNativeControlSupported() argument
55 sal_Bool SalGraphics::hitTestNativeControl( ControlType, in hitTestNativeControl() argument
74 sal_Bool SalGraphics::drawNativeControl( ControlType, in drawNativeControl() argument
95 sal_Bool SalGraphics::drawNativeControlText( ControlType, in drawNativeControlText() argument
119 sal_Bool SalGraphics::getNativeControlRegion( ControlType, in getNativeControlRegion() argument
H A Dsalgdilayout.cxx719 void SalGraphics::mirror( ControlType , const ImplControlValue& rVal, const OutputDevice* pOutDev, … in mirror() argument
/AOO41X/main/extensions/source/propctrlr/
H A Dcontroltype.hxx36 namespace ControlType namespace
H A Dpropcontroller.cxx787 …ol > SAL_CALL OPropertyBrowserController::createPropertyControl( ::sal_Int16 ControlType, ::sal_Bo… in createPropertyControl()
/AOO41X/main/vcl/unx/kde4/
H A DKDESalGraphics.hxx83 virtual sal_Bool drawNativeControlText( ControlType, ControlPart, in drawNativeControlText() argument
H A DKDESalGraphics.cxx153 sal_Bool KDESalGraphics::hitTestNativeControl( ControlType, ControlPart, in hitTestNativeControl() argument
/AOO41X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx897 sal_Bool GtkSalGraphics::drawNativeControlText( ControlType, in drawNativeControlText() argument
1089 ControlType, ControlPart, in NWPaintGTKButton() argument
1205ControlType, ControlPart, Rectangle aAreaRect, ControlState nState, in NWGetButtonArea() argument
1258 ControlType, ControlPart, in NWPaintGTKRadio() argument
1316 ControlType, ControlPart, in NWPaintGTKCheck() argument
1373 sal_Bool GtkSalGraphics::NWPaintGTKScrollbar( ControlType, ControlPart nPart, in NWPaintGTKScrollbar() argument
1813 ControlType, in NWGetEditBoxPixmapRect() argument
2014 ControlType, in NWGetSpinButtonRect() argument
2178 ControlType, in NWGetComboBoxButtonRect() argument
2469 ControlType, ControlPart nPart, in NWPaintGTKToolbar() argument
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Dcontrolwrapper.hxx197 typedef ControlT ControlType; typedef in sfx::SingleControlWrapper
495 typedef MultiControlWrapperHelper ControlType; typedef in sfx::MultiControlWrapper
H A Ditemconnect.hxx252 typedef typename ControlWrpT::ControlType ControlType; typedef in sfx::ItemControlConnection
/AOO41X/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx333 sal_Bool WinSalGraphics::hitTestNativeControl( ControlType, in hitTestNativeControl() argument
1187 sal_Bool WinSalGraphics::drawNativeControlText( ControlType, in drawNativeControlText() argument
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx1228 sal_Bool AquaSalGraphics::drawNativeControlText( ControlType /*nType*/, ControlPart /*nPart*/, cons… in drawNativeControlText() argument
/AOO41X/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java105 int ControlType; field in FormHandler.ControlData
/AOO41X/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx38 typedef sal_uInt32 ControlType; typedef
/AOO41X/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1479 sal_Bool KDESalGraphics::drawNativeControlText( ControlType, ControlPart, in drawNativeControlText() argument
/AOO41X/main/sc/source/filter/excel/
H A Dxiescher.cxx486 … enum ControlType { eCreateFromAOO = 0, eCreateFromMSTBXControl, eCreateFromMSOCXControl }; in CreateSdrObject() enum