Home
last modified time | relevance | path

Searched refs:bIsDatabaseField (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx481 PivotCacheField::PivotCacheField( const WorkbookHelper& rHelper, bool bIsDatabaseField ) : in PivotCacheField() argument
486 maFieldModel.mbDatabaseField = bIsDatabaseField; in PivotCacheField()
1204 bool bIsDatabaseField = !bInitDatabaseField || (maFields.size() < maDefModel.mnDatabaseFields); in createCacheField() local
1205 PivotCacheFieldVector::value_type xCacheField( new PivotCacheField( *this, bIsDatabaseField ) ); in createCacheField()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx219 explicit PivotCacheField( const WorkbookHelper& rHelper, bool bIsDatabaseField );

Completed in 40 milliseconds