Home
last modified time | relevance | path

Searched refs:pInit (Results 1 – 12 of 12) sorted by relevance

/trunk/main/xmloff/source/transform/
H A DTransformerActions.cxx37 if( pInit ) in XMLTransformerActions()
43 aKey.m_nPrefix = pInit->m_nPrefix; in XMLTransformerActions()
49 aData.m_nParam1 = pInit->m_nParam1; in XMLTransformerActions()
50 aData.m_nParam2 = pInit->m_nParam2; in XMLTransformerActions()
51 aData.m_nParam3 = pInit->m_nParam3; in XMLTransformerActions()
55 ++pInit; in XMLTransformerActions()
66 if( pInit ) in Add()
72 aKey.m_nPrefix = pInit->m_nPrefix; in Add()
78 aData.m_nParam1 = pInit->m_nParam1; in Add()
79 aData.m_nParam2 = pInit->m_nParam2; in Add()
[all …]
H A DEventOOoTContext.cxx55 void AddMap( XMLTransformerEventMapEntry *pInit );
57 XMLTransformerOOoEventMap_Impl( XMLTransformerEventMapEntry *pInit,
66 while( pInit->m_pOOoName ) in AddMap()
68 aKey = OUString::createFromAscii(pInit->m_pOOoName); in AddMap()
72 aData.m_nPrefix = pInit->m_nOASISPrefix; in AddMap()
73 aData.m_aLocalName = OUString::createFromAscii(pInit->m_pOASISName); in AddMap()
82 ++pInit; in AddMap()
87 XMLTransformerEventMapEntry *pInit, in XMLTransformerOOoEventMap_Impl() argument
90 if( pInit ) in XMLTransformerOOoEventMap_Impl()
91 AddMap( pInit ); in XMLTransformerOOoEventMap_Impl()
[all …]
H A DStyleOOoTContext.cxx1329 XMLTransformerActionInit *pInit = 0; in CreateTransformerActions() local
1334 pInit = aGraphicPropertyOOoAttrActionTable; in CreateTransformerActions()
1337 pInit = aGraphicPropertyOOoElemActionTable; in CreateTransformerActions()
1349 pInit = aTextPropertyOOoAttrActionTable; in CreateTransformerActions()
1352 pInit = aTextPropertyOOoElemActionTable; in CreateTransformerActions()
1361 pInit = aSectionPropertyOOoAttrActionTable; in CreateTransformerActions()
1364 pInit = aTablePropertyOOoAttrActionTable; in CreateTransformerActions()
1370 pInit = aTableRowPropertyOOoAttrActionTable; in CreateTransformerActions()
1382 pInit = aChartPropertyOOoAttrActionTable; in CreateTransformerActions()
1385 pInit = aChartPropertyOOoElemActionTable; in CreateTransformerActions()
[all …]
H A DStyleOASISTContext.cxx973 XMLTransformerActionInit *pInit = 0; in CreateTransformerActions() local
978 pInit = aGraphicPropertyOASISAttrActionTable; in CreateTransformerActions()
990 pInit = aTextPropertyOASISAttrActionTable; in CreateTransformerActions()
993 pInit = aParagraphPropertyOASISAttrActionTable; in CreateTransformerActions()
996 pInit = aSectionPropertyOASISAttrActionTable; in CreateTransformerActions()
999 pInit = aTablePropertyOASISAttrActionTable; in CreateTransformerActions()
1005 pInit = aTableRowPropertyOASISAttrActionTable; in CreateTransformerActions()
1008 pInit = aTableCellPropertyOASISAttrActionTable; in CreateTransformerActions()
1014 pInit = aChartPropertyOASISAttrActionTable; in CreateTransformerActions()
1019 if( pInit ) in CreateTransformerActions()
[all …]
H A DTransformerTokenMap.cxx34 XMLTransformerTokenMap::XMLTransformerTokenMap( XMLTokenEnum *pInit ) in XMLTransformerTokenMap() argument
36 if( pInit ) in XMLTransformerTokenMap()
38 while( *pInit != XML_TOKEN_END ) in XMLTransformerTokenMap()
40 XMLTransformerTokenMap::value_type aVal( GetXMLToken( *pInit ), in XMLTransformerTokenMap()
41 *pInit ); in XMLTransformerTokenMap()
43 ++pInit; in XMLTransformerTokenMap()
H A DEventOASISTContext.cxx57 XMLTransformerOASISEventMap_Impl( XMLTransformerEventMapEntry *pInit );
61 …ansformerOASISEventMap_Impl::XMLTransformerOASISEventMap_Impl( XMLTransformerEventMapEntry *pInit ) in XMLTransformerOASISEventMap_Impl() argument
63 if( pInit ) in XMLTransformerOASISEventMap_Impl()
67 while( pInit->m_pOASISName ) in XMLTransformerOASISEventMap_Impl()
69 aKey.m_nPrefix = pInit->m_nOASISPrefix; in XMLTransformerOASISEventMap_Impl()
70 aKey.m_aLocalName = OUString::createFromAscii(pInit->m_pOASISName); in XMLTransformerOASISEventMap_Impl()
74 aData = OUString::createFromAscii(pInit->m_pOOoName); in XMLTransformerOASISEventMap_Impl()
79 ++pInit; in XMLTransformerOASISEventMap_Impl()
H A DTransformerActions.hxx151 XMLTransformerActions( XMLTransformerActionInit *pInit );
154 void Add( XMLTransformerActionInit *pInit );
H A DTransformerTokenMap.hxx42 XMLTransformerTokenMap( ::xmloff::token::XMLTokenEnum *pInit );
H A DTransformerBase.cxx200 XMLTransformerBase::XMLTransformerBase( XMLTransformerActionInit *pInit, in XMLTransformerBase() argument
206 m_pElemActions( new XMLTransformerActions( pInit ) ), in XMLTransformerBase()
H A DTransformerBase.hxx92 XMLTransformerBase( XMLTransformerActionInit *pInit=0,
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx128 oslGenericFunction *pInit, in LoadModule() argument
133 OSL_ASSERT ( pInit && pDeInit ); in LoadModule()
134 *pInit = *pDeInit = NULL; in LoadModule()
142 *pInit = win32_init_sys_tray; in LoadModule()
147 *pInit = aqua_init_systray; in LoadModule()
171 *pInit = pTmpInit; in LoadModule()
184 if ( !*pInit ) in LoadModule()
185 *pInit = disabled_initSystray; in LoadModule()
H A Dshutdownicon.hxx94 oslGenericFunction *pInit,

Completed in 54 milliseconds