Home
last modified time | relevance | path

Searched refs:pCellProt (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeextlst.cxx173 std::unique_ptr<XclExpCellProt> pCellProt(new XclExpCellProt); in SaveXml() local
174 if (!pCellProt->FillFromItemSet( rSet )) in SaveXml()
175 pCellProt.reset(); in SaveXml()
194 std::move(pCellProt), in SaveXml()
H A Dxestyle.cxx3052 std::unique_ptr<XclExpCellProt> pCellProt(new XclExpCellProt); in XclExpDxfs() local
3053 if (!pCellProt->FillFromItemSet( rSet )) in XclExpDxfs()
3055 pCellProt.reset(); in XclExpDxfs()
3076 … std::move(pFont), std::move(pNumFormat), std::move(pCellProt), std::move(pColor) )); in XclExpDxfs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeextlst.cxx217 std::unique_ptr<XclExpCellProt> pCellProt(new XclExpCellProt); in SaveXml() local
218 if (!pCellProt->FillFromItemSet( rSet )) in SaveXml()
219 pCellProt.reset(); in SaveXml()
238 std::move(pCellProt), in SaveXml()
H A Dxestyle.cxx3144 std::unique_ptr<XclExpCellProt> pCellProt(new XclExpCellProt); in XclExpDxfs() local
3145 if (!pCellProt->FillFromItemSet( rSet )) in XclExpDxfs()
3147 pCellProt.reset(); in XclExpDxfs()
3168 … std::move(pFont), std::move(pNumFormat), std::move(pCellProt), std::move(pColor) )); in XclExpDxfs()