Searched refs:nForcedXFId (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/filter/inc/ |
| H A D | xetable.hxx | 344 … const ScPatternAttr* pPattern, sal_Int16 nScript, sal_uInt32 nForcedXFId ); 372 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, 392 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, 442 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, 447 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, 478 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, 545 sal_uInt32 nForcedXFId, sal_uInt16 nCount = 1 ); 582 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId ); 606 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId,
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xetable.cxx | 526 const ScPatternAttr* pPattern, sal_Int16 nScript, sal_uInt32 nForcedXFId ) : in XclExpSingleCellBase() argument 528 maXFId( nForcedXFId ), in XclExpSingleCellBase() 574 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, double fValue ) : in XclExpNumberCell() argument 576 …xpSingleCellBase( rRoot, EXC_ID3_NUMBER, 8, rXclPos, pPattern, ApiScriptType::LATIN, nForcedXFId ), in XclExpNumberCell() 620 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, bool bValue ) : in XclExpBooleanCell() argument 622 …pSingleCellBase( rRoot, EXC_ID3_BOOLERR, 2, rXclPos, pPattern, ApiScriptType::LATIN, nForcedXFId ), in XclExpBooleanCell() 686 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, const ScStringCell& rCell ) : in XclExpLabelCell() argument 687 XclExpSingleCellBase( EXC_ID3_LABEL, 0, rXclPos, nForcedXFId ) in XclExpLabelCell() 696 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, in XclExpLabelCell() argument 698 XclExpSingleCellBase( EXC_ID3_LABEL, 0, rXclPos, nForcedXFId ) in XclExpLabelCell() [all …]
|