Home
last modified time | relevance | path

Searched refs:maProtection (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1015 maProtection.FillFromXF2( nReadNumFmt ); in ReadXF2()
1036 maProtection.FillFromXF3( nTypeProt ); in ReadXF3()
1057 maProtection.FillFromXF3( nTypeProt ); in ReadXF4()
1077 maProtection.FillFromXF3( nTypeProt ); in ReadXF5()
1095 maProtection.FillFromXF3( nTypeProt ); in ReadXF8()
1136 mbProtUsed = !pParentXF->mbProtUsed || !(maProtection == pParentXF->maProtection); in CreatePattern()
1152 maProtection.FillToItemSet( rItemSet, bSkipPoolDefs ); in CreatePattern()
1266 aXF.maProtection.FillFromXF2( nFlags1 ); in ApplyPatternForBiff2CellFormat()
H A Dxestyle.cxx1904 maProtection(), in XclExpXF()
1925 maProtection(), in XclExpXF()
1948 maProtection(), in XclExpXF()
1986 (maProtection == rCmpXF.maProtection) && (maAlignment == rCmpXF.maAlignment) && in Equals()
2007 mbProtUsed = maProtection.FillFromItemSet( rItemSet, IsStyleXF() ); in Init()
2064 maProtection.FillToXF3( nTypeProt ); in WriteBody5()
2081 maProtection.FillToXF3( nTypeProt ); in WriteBody8()
2137 maProtection.SaveXml( rStrm ); in SaveXml()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2214 maProtection( rHelper ), in Xf()
2251 maProtection.importProtection( rAttribs ); in importProtection()
2264 maProtection.setBiff12Data( nFlags ); in importXf()
2294 maProtection.setBiff2Data( nNumFmtId ); in importXf()
2317 maProtection.setBiff3Data( nTypeProt ); in importXf()
2340 maProtection.setBiff3Data( nTypeProt ); in importXf()
2362 maProtection.setBiff3Data( nTypeProt ); in importXf()
2384 maProtection.setBiff3Data( nTypeProt ); in importXf()
2402 maProtection.finalizeImport(); in finalizeImport()
2420 …maModel.mbProtUsed = !rStyleData.mbProtUsed || !(maProtection.getApiData() == pStyleXf->maProtecti… in finalizeImport()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx485 const XclExpCellProt& GetProtectionData() const { return maProtection; } in GetProtectionData()
526 XclExpCellProt maProtection; /// Cell protection flags. member in XclExpXF
H A Dxistyle.hxx442 XclImpCellProt maProtection; /// Cell protection flags. member in XclImpXF
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx780 inline const Protection& getProtection() const { return maProtection; } in getProtection()
801 Protection maProtection; /// Cell protection data. member in oox::xls::Xf

Completed in 82 milliseconds