| /aoo4110/main/vcl/inc/unx/gtk/ | 
| H A D | gtkgdi.hxx | 61     virtual sal_Bool        IsNativeControlSupported( ControlType nType, ControlPart nPart );93     sal_Bool NWPaintGTKButton( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
 98     sal_Bool NWPaintGTKRadio( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
 103     sal_Bool NWPaintGTKCheck( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
 108     sal_Bool NWPaintGTKScrollbar( ControlType nType, ControlPart nPart,
 113     sal_Bool NWPaintGTKEditBox( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
 118     sal_Bool NWPaintGTKSpinBox( ControlType nType, ControlPart nPart,
 128     sal_Bool NWPaintGTKTabItem( ControlType nType, ControlPart nPart,
 133     sal_Bool NWPaintGTKListBox( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
 139     sal_Bool NWPaintGTKToolbar( GdkDrawable* gdkDrawable, ControlType nType, ControlPart nPart,
 [all …]
 
 | 
| /aoo4110/main/vcl/inc/ | 
| H A D | salgdi.hxx | 162 …virtual sal_Bool        hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl…164 …virtual sal_Bool        drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& …
 167 …virtual sal_Bool        drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang…
 170 …virtual sal_Bool        getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan…
 359 …void                    mirror( ControlType,const ImplControlValue&,const OutputDevice*,bool bBack…
 450     virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
 453     sal_Bool HitTestNativeControl( ControlType nType,
 461     sal_Bool DrawNativeControl( ControlType nType,
 470     sal_Bool DrawNativeControlText( ControlType nType,
 479     sal_Bool GetNativeControlRegion( ControlType nType,
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | salnativewidgets-none.cxx | 42 sal_Bool SalGraphics::IsNativeControlSupported( ControlType, ControlPart )  in IsNativeControlSupported()  argument55 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 D | outdevnative.cxx | 102 sal_Bool OutputDevice::IsNativeControlSupported( ControlType nType, ControlPart nPart )  in IsNativeControlSupported()117 sal_Bool OutputDevice::HitTestNativeControl( ControlType nType,  in HitTestNativeControl()
 219 sal_Bool OutputDevice::DrawNativeControl( ControlType nType,  in DrawNativeControl()
 262 sal_Bool OutputDevice::DrawNativeControlText(ControlType nType,  in DrawNativeControlText()
 300 sal_Bool OutputDevice::GetNativeControlRegion(  ControlType nType,  in GetNativeControlRegion()
 
 | 
| H A D | salgdilayout.cxx | 704 sal_Bool SalGraphics::HitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& …  in HitTestNativeControl()719 void SalGraphics::mirror( ControlType , const ImplControlValue& rVal, const OutputDevice* pOutDev, …  in mirror()  argument
 754 sal_Bool SalGraphics::DrawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rCo…  in DrawNativeControl()
 771 sal_Bool SalGraphics::DrawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle&…  in DrawNativeControlText()
 788 sal_Bool SalGraphics::GetNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle…  in GetNativeControlRegion()
 
 | 
| /aoo4110/main/vcl/unx/kde4/ | 
| H A D | KDESalGraphics.hxx | 49 		virtual sal_Bool IsNativeControlSupported( ControlType type, ControlPart part );56 		virtual sal_Bool hitTestNativeControl( ControlType type, ControlPart part,
 70 		virtual sal_Bool drawNativeControl( ControlType type, ControlPart part,
 83 		virtual sal_Bool drawNativeControlText( ControlType, ControlPart,  in drawNativeControlText()  argument
 104 		virtual sal_Bool getNativeControlRegion( ControlType type, ControlPart part,
 
 | 
| H A D | KDESalGraphics.cxx | 99 sal_Bool KDESalGraphics::IsNativeControlSupported( ControlType type, ControlPart part )  in IsNativeControlSupported()153 sal_Bool KDESalGraphics::hitTestNativeControl( ControlType, ControlPart,  in hitTestNativeControl()  argument
 231 sal_Bool KDESalGraphics::drawNativeControl( ControlType type, ControlPart part,  in drawNativeControl()
 588 sal_Bool KDESalGraphics::getNativeControlRegion( ControlType type, ControlPart part,  in getNativeControlRegion()
 
 | 
| /aoo4110/main/vcl/unx/gtk/gdi/ | 
| H A D | salnativewidgets-gtk.cxx | 220                                    ControlType nType,243     ControlType m_nType;
 1089             ControlType, ControlPart,  in NWPaintGTKButton()  argument
 2469             ControlType, ControlPart nPart,  in NWPaintGTKToolbar()  argument
 2620             ControlType, ControlPart nPart,  in NWPaintGTKMenubar()  argument
 2705             ControlType, ControlPart nPart,  in NWPaintGTKPopupMenu()  argument
 2835             ControlType, ControlPart,  in NWPaintGTKTooltip()  argument
 2873             ControlType, ControlPart,  in NWPaintGTKListNode()  argument
 2927             ControlType, ControlPart,  in NWPaintGTKProgress()  argument
 2991             ControlType, ControlPart nPart,  in NWPaintGTKSlider()  argument
 [all …]
 
 | 
| /aoo4110/main/vcl/inc/vcl/ | 
| H A D | salnativewidgets.hxx | 38 typedef sal_uInt32		ControlType;  typedef273 	    ControlType     mType;
 277         ImplControlValue( ControlType i_eType, ButtonValue i_eTriState, long i_nNumber )  in ImplControlValue()
 293 		ControlType getType() const { return mType; }  in getType()
 
 | 
| H A D | outdev.hxx | 1232     sal_Bool                IsNativeControlSupported( ControlType nType, ControlPart nPart );1235     sal_Bool				HitTestNativeControl(   ControlType nType,
 1242     sal_Bool				DrawNativeControl(  ControlType nType,
 1250     sal_Bool				DrawNativeControlText(  ControlType nType,
 1258     sal_Bool				GetNativeControlRegion( ControlType nType,
 
 | 
| /aoo4110/main/vcl/inc/os2/ | 
| H A D | salgdi.h | 208 …virtual sal_Bool        hitTestNativeControl( ControlType nType, ControlPart nPart, const Region& …210 …virtual sal_Bool        drawNativeControl( ControlType nType, ControlPart nPart, const Region& rCo…
 213 …virtual sal_Bool        drawNativeControlText( ControlType nType, ControlPart nPart, const Region&…
 216 …virtual sal_Bool        getNativeControlRegion( ControlType nType, ControlPart nPart, const Region…
 335     virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
 
 | 
| /aoo4110/main/vcl/inc/win/ | 
| H A D | salgdi.h | 235 …virtual sal_Bool        hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl…237 …virtual sal_Bool        drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& …
 240 …virtual sal_Bool        drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang…
 243 …virtual sal_Bool        getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan…
 365     virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
 
 | 
| /aoo4110/main/vcl/inc/aqua/ | 
| H A D | salgdi.h | 291 …virtual sal_Bool        hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangl…293 …virtual sal_Bool        drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& …
 296 …virtual sal_Bool        drawNativeControlText( ControlType nType, ControlPart nPart, const Rectang…
 299 …virtual sal_Bool        getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectan…
 403     virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
 
 | 
| /aoo4110/main/sfx2/inc/sfx2/ | 
| H A D | itemconnect.hxx | 252     typedef typename ControlWrpT::ControlType               ControlType;  typedef in sfx::ItemControlConnection266     explicit            ItemControlConnection( sal_uInt16 nSlot, ControlType& rControl,
 491         sal_uInt16 nSlot, ControlType& rControl, ItemConnFlags nFlags ) :  in ItemControlConnection()
 
 | 
| H A D | controlwrapper.hxx | 197     typedef ControlT                                 ControlType;  typedef in sfx::SingleControlWrapper495     typedef MultiControlWrapperHelper       ControlType;  typedef in sfx::MultiControlWrapper
 
 | 
| /aoo4110/main/offapi/com/sun/star/inspection/ | 
| H A D | XPropertyControlFactory.idl | 48         @param ControlType66             if the given <arg>ControlType</arg> is not a value <type>PropertyControlType</type>
 68     XPropertyControl    createPropertyControl( [in] short ControlType, [in] boolean CreateReadOnly )
 
 | 
| /aoo4110/main/vcl/unx/kde/ | 
| H A D | salnativewidgets-kde.cxx | 1164 	virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );1165 	virtual sal_Bool hitTestNativeControl( ControlType nType, ControlPart nPart,
 1168 	virtual sal_Bool drawNativeControl( ControlType nType, ControlPart nPart,
 1172 	virtual sal_Bool drawNativeControlText( ControlType nType, ControlPart nPart,
 1176 	virtual sal_Bool getNativeControlRegion( ControlType nType, ControlPart nPart,
 1194 sal_Bool KDESalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart )  in IsNativeControlSupported()
 1230 sal_Bool KDESalGraphics::hitTestNativeControl( ControlType nType, ControlPart nPart,  in hitTestNativeControl()
 1337 sal_Bool KDESalGraphics::drawNativeControl( ControlType nType, ControlPart nPart,  in drawNativeControl()
 1479 sal_Bool KDESalGraphics::drawNativeControlText( ControlType, ControlPart,  in drawNativeControlText()  argument
 1504 sal_Bool KDESalGraphics::getNativeControlRegion( ControlType nType, ControlPart nPart,  in getNativeControlRegion()
 
 | 
| /aoo4110/main/sd/source/ui/inc/taskpane/ | 
| H A D | TaskPaneControlFactory.hxx | 72 template<class ControlType, class ArgumentType>84         return new ControlType( i_rParent, mrArgument );  in InternalCreateControl()
 
 | 
| /aoo4110/main/vcl/win/source/gdi/ | 
| H A D | salnativewidgets-luna.cxx | 217 sal_Bool WinSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart )  in IsNativeControlSupported()333 sal_Bool WinSalGraphics::hitTestNativeControl( ControlType,  in hitTestNativeControl()  argument
 438                             ControlType nType,  in ImplDrawNativeControl()
 1055 sal_Bool WinSalGraphics::drawNativeControl(	ControlType nType,  in drawNativeControl()
 1187 sal_Bool WinSalGraphics::drawNativeControlText(	ControlType,  in drawNativeControlText()  argument
 1211 sal_Bool WinSalGraphics::getNativeControlRegion(  ControlType nType,  in getNativeControlRegion()
 
 | 
| /aoo4110/main/vcl/aqua/source/gdi/ | 
| H A D | salnativewidgets.cxx | 243 sal_Bool AquaSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart )  in IsNativeControlSupported()382 sal_Bool AquaSalGraphics::hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectang…  in hitTestNativeControl()
 473 sal_Bool AquaSalGraphics::drawNativeControl(ControlType nType,  in drawNativeControl()
 1228 sal_Bool AquaSalGraphics::drawNativeControlText( ControlType /*nType*/, ControlPart /*nPart*/, cons…  in drawNativeControlText()  argument
 1249 sal_Bool AquaSalGraphics::getNativeControlRegion( ControlType nType, ControlPart nPart, const Recta…  in getNativeControlRegion()
 
 | 
| /aoo4110/main/svtools/source/contnr/ | 
| H A D | svlbitm.cxx | 417 	ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX;  in Paint()457 void SvLBoxButton::ImplAdjustBoxSize( Size& io_rSize, ControlType i_eType, Window* i_pParent )  in ImplAdjustBoxSize()
 494 	ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX;  in InitViewData()
 
 | 
| /aoo4110/main/wizards/com/sun/star/wizards/document/ | 
| H A D | FormHandler.java | 105         int ControlType;  field in FormHandler.ControlData163                 return oControlData[i].ControlType;  in getControlType()
 206         curControlData.ControlType = _controltype;  in createControlData()
 
 | 
| /aoo4110/main/extensions/source/propctrlr/ | 
| H A D | controltype.hxx | 36     namespace ControlType  namespace
 | 
| H A D | formcomponenthandler.cxx | 2157                     ControlType::FIXEDLINE,  in impl_classifyControlModel_throw()2158                     ControlType::FORMATTEDFIELD,  in impl_classifyControlModel_throw()
 2159                     ControlType::PROGRESSBAR  in impl_classifyControlModel_throw()
 2201                 case ControlType::FORMATTEDFIELD:  in impl_normalizePropertyValue_nothrow()
 2258             if ( ControlType::FORMATTEDFIELD == m_nClassId )  in impl_shouldExcludeProperty_nothrow()
 
 | 
| /aoo4110/main/svtools/inc/svtools/ | 
| H A D | svlbitm.hxx | 178 	void ImplAdjustBoxSize( Size& io_rCtrlSize, ControlType i_eType, Window* pParent );
 |