Home
last modified time | relevance | path

Searched refs:pClassName (Results 1 – 23 of 23) sorted by path

/aoo41x/main/basctl/source/basicide/
H A Dbasdoc.hxx40 virtual void FillClass( SvGlobalName * pClassName,
/aoo41x/main/rsc/inc/
H A Drscdb.hxx227 RscTop * InitClassCurrencyField( const char * pClassName, sal_uInt32 nRT,
234 RscTop * InitClassCurrencyBox( const char * pClassName, sal_uInt32 nRT,
/aoo41x/main/rsc/source/parser/
H A Drscicpx.cxx1669 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()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh.cxx280 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()
/aoo41x/main/sc/source/ui/inc/
H A Ddocsh.hxx189 virtual void FillClass( SvGlobalName * pClassName,
/aoo41x/main/sd/source/ui/docshell/
H A Ddocshel4.cxx1220 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()
/aoo41x/main/sd/source/ui/inc/
H A DDrawDocShell.hxx107 …virtual void FillClass(SvGlobalName* pClassName, sal_uInt32* pFormat, String* pAppName…
/aoo41x/main/sfx2/inc/sfx2/
H A Dobjsh.hxx665 virtual void FillClass( SvGlobalName * pClassName,
/aoo41x/main/sfx2/source/control/
H A Dobjface.cxx132 SfxInterface::SfxInterface( const char *pClassName, in SfxInterface() argument
137 pName(pClassName), in SfxInterface()
/aoo41x/main/starmath/inc/
H A Ddocument.hxx138 virtual void FillClass(SvGlobalName* pClassName,
/aoo41x/main/starmath/source/
H A Ddocument.cxx1379 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()
/aoo41x/main/sw/inc/
H A Ddocsh.hxx251 virtual void FillClass( SvGlobalName * pClassName,
H A Dglobdoc.hxx39 virtual void FillClass( SvGlobalName * pClassName,
H A Dwdocsh.hxx45 virtual void FillClass( SvGlobalName * pClassName,
/aoo41x/main/sw/source/ui/app/
H A Ddocsh2.cxx1562 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()
/aoo41x/main/sw/source/ui/config/
H A Doptload.cxx617 const String* pClassName = &aObjS[i].GetHumanName(); in Reset() local
619 pClassName = &sOLE; in Reset()
620 String sClass( *pClassName ); in Reset()
/aoo41x/main/sw/source/ui/globdoc/
H A Dglobdoc.cxx59 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()
/aoo41x/main/sw/source/ui/web/
H A Dwdocsh.cxx83 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()
/aoo41x/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx449 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 …]
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx517 LPCWSTR pClassName; in ImplSalCreateFrame() local
521 pClassName = SAL_SUBFRAME_CLASSNAMEW; in ImplSalCreateFrame()
523pClassName = 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()
H A Dsalobj.cxx108 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()
/aoo41x/main/vos/inc/vos/
H A Dobject.hxx134 static const OClassInfo* SAL_CALL getClassInfo(const sal_Char* pClassName);
137 OClassInfo(const sal_Char *pClassName, sal_Int32 ObjectSize,
/aoo41x/main/vos/source/
H A Dobject.cxx93 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()

Completed in 186 milliseconds