Searched refs:pInit (Results 1 – 12 of 12) sorted by relevance
37 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 …]
55 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() argument90 if( pInit ) in XMLTransformerOOoEventMap_Impl()91 AddMap( pInit ); in XMLTransformerOOoEventMap_Impl()[all …]
1329 XMLTransformerActionInit *pInit = 0; in CreateTransformerActions() local1334 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 …]
973 XMLTransformerActionInit *pInit = 0; in CreateTransformerActions() local978 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 …]
34 XMLTransformerTokenMap::XMLTransformerTokenMap( XMLTokenEnum *pInit ) in XMLTransformerTokenMap() argument36 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()
57 XMLTransformerOASISEventMap_Impl( XMLTransformerEventMapEntry *pInit );61 …ansformerOASISEventMap_Impl::XMLTransformerOASISEventMap_Impl( XMLTransformerEventMapEntry *pInit ) in XMLTransformerOASISEventMap_Impl() argument63 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()
151 XMLTransformerActions( XMLTransformerActionInit *pInit );154 void Add( XMLTransformerActionInit *pInit );
42 XMLTransformerTokenMap( ::xmloff::token::XMLTokenEnum *pInit );
92 XMLTransformerBase( XMLTransformerActionInit *pInit=0,
200 XMLTransformerBase::XMLTransformerBase( XMLTransformerActionInit *pInit, in XMLTransformerBase() argument206 m_pElemActions( new XMLTransformerActions( pInit ) ), in XMLTransformerBase()
128 oslGenericFunction *pInit, in LoadModule() argument133 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()
94 oslGenericFunction *pInit,
Completed in 68 milliseconds