Searched refs:aLevelStyle (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 2936 XclExpDefaultXF aLevelStyle( GetRoot(), false ); in InsertDefaultRecords() local 2938 aLevelStyle.SetFont( 1 ); in InsertDefaultRecords() 2939 AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_ROWLEVEL, 0 ); in InsertDefaultRecords() 2940 AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_COLLEVEL, 0 ); in InsertDefaultRecords() 2942 aLevelStyle.SetFont( 2 ); 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() 2946 aLevelStyle.SetFont( 0 ); 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()
|
Completed in 25 milliseconds