Lines Matching refs:mDocProps
486 DocProps mDocProps; member in DocPropEnumeration
490 DocPropEnumeration( const DocProps& rProps ) : mDocProps( rProps ), mIt( mDocProps.begin() ) {} in DocPropEnumeration()
493 return mIt != mDocProps.end(); in hasMoreElements()
514 DocProps mDocProps; member in BuiltInPropertiesImpl
523 …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()
576 return new DocPropEnumeration( mDocProps ); in createEnumeration()