Searched refs:pSaveList (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/tools/source/communi/ |
H A D | parser.cxx | 217 const GenericInformationList *pSaveList, in Save() argument 230 for ( nInfoListCount = 0; nInfoListCount < pSaveList->Count(); nInfoListCount++) { in Save() 232 pGenericInfo = pSaveList->GetObject( nInfoListCount ); in Save() 397 const GenericInformationList *pSaveList ) in Save() argument 400 if ( !rSourceStream.IsOpen() || !Save( (SvStream &)rSourceStream, pSaveList, 0, sal_False )) in Save() 411 const GenericInformationList *pSaveList ) in Save() argument 415 sal_Bool bRet = Save( (SvStream &)rSourceStream, pSaveList, 0, sal_True ); in Save() 423 const GenericInformationList *pSaveList ) in Save() argument 428 if ( !Save( *pOutFile, pSaveList )) { in Save()
|
/aoo42x/main/tools/inc/tools/ |
H A D | iparser.hxx | 102 const GenericInformationList *pSaveList, sal_uInt16 nLevel, sal_Bool bStripped ); 130 const GenericInformationList *pSaveList ); 132 const GenericInformationList *pSaveList ); 134 const GenericInformationList *pSaveList );
|
Completed in 24 milliseconds