/aoo42x/main/vos/source/ |
H A D | object.cxx | 93 OClassInfo::OClassInfo(const sal_Char *pClassName, sal_Int32 ObjectSize, in OClassInfo() argument 97 m_pClassName = pClassName; in OClassInfo() 135 const OClassInfo* OClassInfo::getClassInfo(const sal_Char* pClassName) in getClassInfo() argument 137 VOS_ASSERT(pClassName != NULL); in getClassInfo() 143 if (strcmp(pClassName, pClass->m_pClassName) == 0) in getClassInfo()
|
/aoo42x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 449 const char *pClassName = pWidget->className(); in drawStyledWidget() local 452 if ( strcmp( "QPushButton", pClassName ) == 0 ) in drawStyledWidget() 485 else if ( strcmp( "QCheckBox", pClassName ) == 0 ) in drawStyledWidget() 491 else if ( strcmp( "QComboBox", pClassName ) == 0 ) in drawStyledWidget() 509 else if ( strcmp( "QLineEdit", pClassName ) == 0 ) in drawStyledWidget() 566 else if ( strcmp( "QTabBar", pClassName ) == 0 ) in drawStyledWidget() 592 else if ( strcmp( "QTabWidget", pClassName ) == 0 ) in drawStyledWidget() 598 else if ( strcmp( "QListView", pClassName ) == 0 ) in drawStyledWidget() 604 else if ( strcmp( "QScrollBar", pClassName ) == 0 ) in drawStyledWidget() 668 else if ( strcmp( "QToolBar", pClassName ) == 0 ) in drawStyledWidget() [all …]
|
/aoo42x/main/sw/source/ui/globdoc/ |
H A D | globdoc.cxx | 59 void SwGlobalDocShell::FillClass( SvGlobalName * pClassName, in FillClass() argument 72 *pClassName = SvGlobalName( SO3_SWGLOB_CLASSID_60 ); in FillClass() 78 *pClassName = SvGlobalName( SO3_SWGLOB_CLASSID_60 ); in FillClass()
|
/aoo42x/main/sw/source/ui/web/ |
H A D | wdocsh.cxx | 83 void SwWebDocShell::FillClass( SvGlobalName * pClassName, in FillClass() argument 96 *pClassName = SvGlobalName( SO3_SWWEB_CLASSID_60 ); in FillClass() 102 *pClassName = SvGlobalName( SO3_SWWEB_CLASSID_60 ); in FillClass()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salobj.cxx | 108 wchar_t pClassName[10]; in ImplInterceptChildWindowKeyDown() local 109 sal_Int32 nLen = GetClassNameW( rMsg.hwnd, pClassName, 10 ); in ImplInterceptChildWindowKeyDown() 110 if ( !( nLen == 9 && wcsncmp( pClassName, SAL_OBJECT_CLASSNAMEW, nLen ) == 0 ) ) in ImplInterceptChildWindowKeyDown() 122 nLen = GetClassNameW( hWin, pClassName, 10 ); in ImplInterceptChildWindowKeyDown() 123 if ( nLen == 9 && wcsncmp( pClassName, SAL_OBJECT_CLASSNAMEW, nLen ) == 0 ) in ImplInterceptChildWindowKeyDown()
|
H A D | salframe.cxx | 517 LPCWSTR pClassName; in ImplSalCreateFrame() local 521 pClassName = SAL_SUBFRAME_CLASSNAMEW; in ImplSalCreateFrame() 523 … pClassName = SAL_TMPSUBFRAME_CLASSNAMEW; // undecorated floaters will get shadow on XP in ImplSalCreateFrame() 528 pClassName = SAL_FRAME_CLASSNAMEW; in ImplSalCreateFrame() 530 pClassName = SAL_TMPSUBFRAME_CLASSNAMEW; in ImplSalCreateFrame() 532 hWnd = CreateWindowExW( nExSysStyle, pClassName, L"", nSysStyle, in ImplSalCreateFrame() 613 LPCWSTR pClassName = SAL_SUBFRAME_CLASSNAMEW; in ImplSalReCreateHWND() local 614 HWND hWnd = CreateWindowExW( nExSysStyle, pClassName, L"", nSysStyle, in ImplSalReCreateHWND()
|
/aoo42x/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 1220 void DrawDocShell::FillClass(SvGlobalName* pClassName, in FillClass() argument 1232 *pClassName = SvGlobalName(SO3_SDRAW_CLASSID_60); in FillClass() 1238 *pClassName = SvGlobalName(SO3_SIMPRESS_CLASSID_60); in FillClass() 1247 *pClassName = SvGlobalName(SO3_SDRAW_CLASSID_60); in FillClass() 1253 *pClassName = SvGlobalName(SO3_SIMPRESS_CLASSID_60); in FillClass()
|
/aoo42x/main/vos/inc/vos/ |
H A D | object.hxx | 135 static const OClassInfo* SAL_CALL getClassInfo(const sal_Char* pClassName); 138 OClassInfo(const sal_Char *pClassName, sal_Int32 ObjectSize,
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optload.cxx | 617 const String* pClassName = &aObjS[i].GetHumanName(); in Reset() local 619 pClassName = &sOLE; in Reset() 620 String sClass( *pClassName ); in Reset()
|
/aoo42x/main/rsc/inc/ |
H A D | rscdb.hxx | 227 RscTop * InitClassCurrencyField( const char * pClassName, sal_uInt32 nRT, 234 RscTop * InitClassCurrencyBox( const char * pClassName, sal_uInt32 nRT,
|
/aoo42x/main/starmath/source/ |
H A D | document.cxx | 1379 void SmDocShell::FillClass(SvGlobalName* pClassName, in FillClass() argument 1391 *pClassName = SvGlobalName(SO3_SM_CLASSID_60); in FillClass() 1398 *pClassName = SvGlobalName(SO3_SM_CLASSID_60); in FillClass()
|
/aoo42x/main/sfx2/source/control/ |
H A D | objface.cxx | 132 SfxInterface::SfxInterface( const char *pClassName, in SfxInterface() argument 137 pName(pClassName), in SfxInterface()
|
/aoo42x/main/sw/inc/ |
H A D | globdoc.hxx | 39 virtual void FillClass( SvGlobalName * pClassName,
|
H A D | wdocsh.hxx | 45 virtual void FillClass( SvGlobalName * pClassName,
|
H A D | docsh.hxx | 260 virtual void FillClass( SvGlobalName * pClassName,
|
/aoo42x/main/basctl/source/basicide/ |
H A D | basdoc.hxx | 40 virtual void FillClass( SvGlobalName * pClassName,
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1562 void SwDocShell::FillClass( SvGlobalName * pClassName, in FillClass() argument 1572 *pClassName = SvGlobalName( SO3_SW_CLASSID_60 ); in FillClass() 1578 *pClassName = SvGlobalName( SO3_SW_CLASSID_60 ); in FillClass()
|
/aoo42x/main/starmath/inc/ |
H A D | document.hxx | 138 virtual void FillClass(SvGlobalName* pClassName,
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | DrawDocShell.hxx | 107 …virtual void FillClass(SvGlobalName* pClassName, sal_uInt32* pFormat, String* pAppName…
|
/aoo42x/main/rsc/source/parser/ |
H A D | rscicpx.cxx | 1669 const char * pClassName, in InitClassCurrencyField() argument 1678 nId = pHS->getID( pClassName ); in InitClassCurrencyField() 1809 const char * pClassName, in InitClassCurrencyBox() argument 1818 nId = pHS->getID( pClassName ); in InitClassCurrencyBox()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 280 void __EXPORT ScDocShell::FillClass( SvGlobalName* pClassName, in FillClass() argument 290 *pClassName = SvGlobalName( SO3_SC_CLASSID_60 ); in FillClass() 297 *pClassName = SvGlobalName( SO3_SC_CLASSID_60 ); in FillClass()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 189 virtual void FillClass( SvGlobalName * pClassName,
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 688 virtual void FillClass( SvGlobalName * pClassName,
|