Searched refs:nFmtIndex (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 256 aCell.mnFmtIndex = nFmtIndex; in setCell() 705 TokenRef pToken, sal_uInt32 nFmtIndex) in setCellData() argument 728 pTableData->setCell(nCol, nRow, pToken, nFmtIndex); in setCellData() 1638 sal_uInt32 nFmtIndex = 0; in getSingleRefToken() local 1640 nFileId, rTabName, rCell.Col(), rCell.Row(), &nFmtIndex); in getSingleRefToken() 1646 short nFmtType = mpDoc->GetFormatTable()->GetType(nFmtIndex); in getSingleRefToken() 1650 pFmt->mnIndex = nFmtIndex; in getSingleRefToken() 1698 pSrcDoc->GetNumberFormat(rCell.Col(), rCell.Row(), nTab, nFmtIndex); in getSingleRefToken() 1699 nFmtIndex = getMappedNumberFormat(nFileId, nFmtIndex, pSrcDoc); in getSingleRefToken() 1702 short nFmtType = mpDoc->GetFormatTable()->GetType(nFmtIndex); in getSingleRefToken() [all …]
|
/aoo42x/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 221 sal_uInt32 nFmtIndex = GetFrmFmt()->GetTblBoxNumFmt().GetValue(); in GetValue() local 225 if( NUMBERFORMAT_TEXT == nFmtIndex ) in GetValue() 226 nFmtIndex = 0; in GetValue() 229 NUMBERFORMAT_PERCENT == pNumFmtr->GetType( nFmtIndex )) in GetValue() 237 if( pNumFmtr->IsNumberFormat( sTxt, nFmtIndex, aNum )) in GetValue()
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 671 sal_uInt16 nFmtIndex = GetFormatIndex( nCol, nRow ); in DrawString() local 683 …(SvxCellHorJustify)(((const SvxHorJustifyItem*)pCurData->GetItem( nFmtIndex, ATTR_HOR_JUSTIFY ))->… in DrawString() 691 MakeFonts( nFmtIndex, aFont, aCJKFont, aCTLFont ); in DrawString()
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 759 sal_uInt8 nFmtIndex = GetFormatIndex( nCol, nRow ); in DrawString() local 772 MakeFonts( nFmtIndex, aFont, aCJKFont, aCTLFont ); in DrawString() 833 const SvxAdjustItem& rAdj = aCurData.GetBoxFmt(nFmtIndex).GetAdjust(); in DrawString()
|
/aoo42x/main/sc/inc/ |
H A D | externalrefmgr.hxx | 158 …SC_DLLPUBLIC void setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtIndex = 0, bool … 239 …16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtIndex);
|
Completed in 48 milliseconds