Searched refs:mDocProps (Results 1 – 1 of 1) sorted by relevance
486 DocProps mDocProps; member in DocPropEnumeration490 DocPropEnumeration( const DocProps& rProps ) : mDocProps( rProps ), mIt( mDocProps.begin() ) {} in DocPropEnumeration()493 return mIt != mDocProps.end(); in hasMoreElements()514 DocProps mDocProps; member in BuiltInPropertiesImpl523 …mDocProps[ index ] = new SwVbaBuiltInDocumentProperty( xParent, xContext, builtIns.getDocPropInfoM… in BuiltInPropertiesImpl()524 mNamedDocProps[ mDocProps[ index ]->getName() ] = mDocProps[ index ]; in BuiltInPropertiesImpl()530 return mDocProps.size(); in getCount()535 DocProps::iterator it = mDocProps.find( ++Index ); in getByIndex()536 if ( it == mDocProps.end() ) in getByIndex()572 return mDocProps.size() > 0; in hasElements()[all …]
Completed in 9 milliseconds