Home
last modified time | relevance | path

Searched refs:nFlags3 (Results 1 – 11 of 11) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx1128 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 Dconnectionsbuffer.cxx405 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 Dsheetdatacontext.cxx769 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 Dstylesbuffer.cxx2484 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()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx1908 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()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx209 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 Dxistyle.cxx1256 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()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx421 sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 );
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx792 sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 );
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx614 sal_uInt16 nFlags3; member
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4956 nFlags3 ( 0 ) in PPTTextCharacterStyleAtomInterpreter()
4966 >> nFlags3 in Read()

Completed in 99 milliseconds