Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxestyle.cxx2370 maBuiltInMap(), in XclExpXFBuffer()
2434 XclExpBuiltInMap::const_iterator aBuiltInEnd = maBuiltInMap.end(); in Finalize()
2438 sal_uInt32 nMaxBuiltInXFId = maBuiltInMap.empty() ? 0 : maBuiltInMap.rbegin()->first; in Finalize()
2745 …for( XclExpBuiltInMap::const_iterator aIt = maBuiltInMap.begin(), aEnd = maBuiltInMap.end(); aIt !… in FindBuiltInXF()
2764 bool& rbPredefined = maBuiltInMap[ EXC_XF_DEFAULTCELL ].mbPredefined; in InsertCellXF()
2817 maBuiltInMap[ nXFId ].mbPredefined = false; in InsertStyleXF()
2823 bool& rbPredefined = maBuiltInMap[ nXFId ].mbPredefined; in InsertStyleXF()
2840 bool& rbHasStyleRec = maBuiltInMap[ nXFId ].mbHasStyleRec; in InsertStyleXF()
2883 XclExpBuiltInInfo& rInfo = maBuiltInMap[ nXFId ]; in AppendBuiltInXF()
2925 maBuiltInMap[ nXFId ].mbPredefined = false; in InsertDefaultRecords()
[all …]
/aoo42x/main/sc/source/filter/inc/
H A Dxestyle.hxx764 XclExpBuiltInMap maBuiltInMap; /// Contained elements describe built-in XFs. member in XclExpXFBuffer

Completed in 36 milliseconds