Searched refs:nFlags3 (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | pivottablebuffer.cxx | 1128 sal_uInt32 nFlags1, nFlags2, nFlags3; in importPTDefinition() local 1130 rStrm >> nFlags1 >> nFlags2 >> nFlags3 >> nDataAxis; in importPTDefinition() 1141 … if( !getFlag( nFlags3, BIFF12_PTDEF_NOERRORCAPTION ) ) // missing flag indicates existing string in importPTDefinition() 1143 … if( !getFlag( nFlags3, BIFF12_PTDEF_NOMISSINGCAPTION ) ) // missing flag indicates existing string in importPTDefinition() 1153 …if( getFlag( nFlags3, BIFF12_PTDEF_HASCOLHEADERCAPTION ) ) // TODO: right order (col/row)? spec … in importPTDefinition() 1155 if( getFlag( nFlags3, BIFF12_PTDEF_HASROWHEADERCAPTION ) ) in importPTDefinition() 1190 maDefModel.mbFieldListSortAsc = getFlag( nFlags3, BIFF12_PTDEF_FIELDLISTSORTASC ); in importPTDefinition() 1191 maDefModel.mbCustomListSort = !getFlag( nFlags3, BIFF12_PTDEF_NOCUSTOMLISTSORT ); in importPTDefinition()
|
H A D | connectionsbuffer.cxx | 405 sal_uInt16 nFlags1, nFlags2, nFlags3, nHtmlFormat; in importQueryTableSettings() local 406 rStrm >> nFlags1 >> nFlags2 >> nFlags3; in importQueryTableSettings() 434 if( getFlag( nFlags3, BIFF_QTSETTINGS_TABLENAMES ) ) in importQueryTableSettings()
|
H A D | sheetdatacontext.cxx | 769 sal_uInt8 nFlags1, nFlags2, nFlags3; in readCellXfId() local 770 rStrm >> nFlags1 >> nFlags2 >> nFlags3; in readCellXfId() 788 Xf::writeBiff2CellFormatToPropertySet( *this, aPropSet, nFlags1, nFlags2, nFlags3 ); in readCellXfId()
|
H A D | stylesbuffer.cxx | 2484 PropertySet& rPropSet, sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 ) in writeBiff2CellFormatToPropertySet() argument 2500 aXf.maAlignment.setBiff2Data( nFlags3 ); in writeBiff2CellFormatToPropertySet() 2502 aBorder.setBiff2Data( nFlags3 ); in writeBiff2CellFormatToPropertySet() 2503 aFill.setBiff2Data( nFlags3 ); in writeBiff2CellFormatToPropertySet()
|
/aoo41x/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 1908 sal_uInt32 nFlags3 = dumpHex< sal_uInt32 >( "flags-3", "PTDEFINITION-FLAGS3" ); in implDumpRecordBody() local 1920 if( nFlags3 & 0x00080000 ) dumpString( "data-caption" ); in implDumpRecordBody() 1921 if( nFlags3 & 0x00100000 ) dumpString( "grand-total-caption" ); in implDumpRecordBody() 1924 if( nFlags3 & 0x00200000 ) dumpString( "page-field-style" ); in implDumpRecordBody() 1925 if( nFlags3 & 0x00400000 ) dumpString( "pivot-table-style" ); in implDumpRecordBody() 1926 if( nFlags3 & 0x00800000 ) dumpString( "vacated-style" ); in implDumpRecordBody() 1927 if( nFlags3 & 0x40000000 ) dumpString( "tag" ); in implDumpRecordBody()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | impop.cxx | 209 sal_uInt8 nFlags1, nFlags2, nFlags3; in ReadXFIndex() local 210 maStrm >> nFlags1 >> nFlags2 >> nFlags3; in ReadXFIndex() 226 … XclImpXF::ApplyPatternForBiff2CellFormat( GetRoot(), rScPos, nFlags1, nFlags2, nFlags3 ); in ReadXFIndex()
|
H A D | xistyle.cxx | 1256 const ScAddress& rScPos, sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 ) in ApplyPatternForBiff2CellFormat() argument 1267 aXF.maAlignment.FillFromXF2( nFlags3 ); in ApplyPatternForBiff2CellFormat() 1268 aXF.maBorder.FillFromXF2( nFlags3 ); in ApplyPatternForBiff2CellFormat() 1269 aXF.maArea.FillFromXF2( nFlags3 ); in ApplyPatternForBiff2CellFormat()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 421 sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 );
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 792 sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 );
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 614 sal_uInt16 nFlags3; member
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 4957 nFlags3 ( 0 ) in PPTTextCharacterStyleAtomInterpreter() 4967 >> nFlags3 in Read()
|
Completed in 177 milliseconds