Searched refs:pCellAttr (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 379 const XclExpRoot& rRoot, const String& rText, const ScPatternAttr* pCellAttr, in lclCreateFormattedString() argument 394 …const SfxItemSet& rItemSet = pCellAttr ? pCellAttr->GetItemSet() : rRoot.GetDoc().GetDefPattern()-… in lclCreateFormattedString() 591 const XclExpRoot& rRoot, const ScStringCell& rStringCell, const ScPatternAttr* pCellAttr, in CreateCellString() argument 596 return lclCreateFormattedString( rRoot, aCellText, pCellAttr, nFlags, nMaxLen ); in CreateCellString() 600 const XclExpRoot& rRoot, const ScEditCell& rEditCell, const ScPatternAttr* pCellAttr, in CreateCellString() argument 611 …const SfxItemSet& rItemSet = pCellAttr ? pCellAttr->GetItemSet() : rRoot.GetDoc().GetDefPattern()-… in CreateCellString() 625 xString = lclCreateFormattedString( rRoot, aCellText, pCellAttr, nFlags, nMaxLen ); in CreateCellString()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xehelper.hxx | 295 const ScPatternAttr* pCellAttr, 311 const ScPatternAttr* pCellAttr,
|
Completed in 28 milliseconds