Searched refs:xDefStyle (Results 1 – 1 of 1) sorted by relevance
2922 XclExpXFRef xDefStyle( new XclExpXF( GetRoot(), *pDefStyleSheet ) ); in InsertDefaultRecords() local2923 sal_uInt32 nXFId = AppendBuiltInXFWithStyle( xDefStyle, EXC_STYLE_NORMAL ); in InsertDefaultRecords()2930 XclExpXFRef xDefStyle( new XclExpDefaultXF( GetRoot(), false ) ); in InsertDefaultRecords() local2931 xDefStyle->SetAllUsedFlags( true ); in InsertDefaultRecords()2932 AppendBuiltInXFWithStyle( xDefStyle, EXC_STYLE_NORMAL ); in InsertDefaultRecords()
Completed in 19 milliseconds