Searched refs:AppendBuiltInXF (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 2879 sal_uInt32 XclExpXFBuffer::AppendBuiltInXF( XclExpXFRef xXF, sal_uInt8 nStyleId, sal_uInt8 nLevel ) in AppendBuiltInXF() function in XclExpXFBuffer 2892 sal_uInt32 nXFId = AppendBuiltInXF( xXF, nStyleId, nLevel ); in AppendBuiltInXFWithStyle() 2939 AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_ROWLEVEL, 0 ); in InsertDefaultRecords() 2940 AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_COLLEVEL, 0 ); in InsertDefaultRecords() 2943 AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_ROWLEVEL, 1 ); in InsertDefaultRecords() 2944 AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_COLLEVEL, 1 ); in InsertDefaultRecords() 2949 … AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_ROWLEVEL, nLevel ); in InsertDefaultRecords() 2950 … AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_COLLEVEL, nLevel ); in InsertDefaultRecords()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 732 sal_uInt32 AppendBuiltInXF( XclExpXFRef xXF,
|
Completed in 30 milliseconds