Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxestyle.cxx2144 XclExpDefaultXF::XclExpDefaultXF( const XclExpRoot& rRoot, bool bCellXF ) : in XclExpDefaultXF() function in XclExpDefaultXF
2192 void XclExpDefaultXF::SetFont( sal_uInt16 nXclFont ) in SetFont()
2198 void XclExpDefaultXF::SetNumFmt( sal_uInt16 nXclNumFmt ) in SetNumFmt()
2930 XclExpXFRef xDefStyle( new XclExpDefaultXF( GetRoot(), false ) ); in InsertDefaultRecords()
2936 XclExpDefaultXF aLevelStyle( GetRoot(), false ); 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()
2943 AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_ROWLEVEL, 1 ); in InsertDefaultRecords()
2944 AppendBuiltInXF( XclExpXFRef( new XclExpDefaultXF( aLevelStyle ) ), EXC_STYLE_COLLEVEL, 1 ); in InsertDefaultRecords()
2954 maXFList.AppendNewRecord( new XclExpDefaultXF( GetRoot(), true ) ); in InsertDefaultRecords()
[all …]
/aoo41x/main/sc/source/filter/inc/
H A Dxestyle.hxx571 class XclExpDefaultXF : public XclExpXF class
574 explicit XclExpDefaultXF( const XclExpRoot& rRoot, bool bCellXF );

Completed in 72 milliseconds