Home
last modified time | relevance | path

Searched refs:GetDecimal (Results 1 – 14 of 14) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx200 aAktTab.GetDecimal() = aLocaleWrapper.getNumDecimalSep().GetChar(0); in SvxTabulatorTabPage()
467 aDezChar.SetText( String( (sal_Unicode)aAktTab.GetDecimal() ) ); in SetFillAndTabType_Impl()
635 aDezChar.SetText( String( (sal_Unicode)aAktTab.GetDecimal() ) ); in IMPL_LINK()
704 aAktTab.GetDecimal() = aChar.GetChar( 0 ); in IMPL_LINK()
/trunk/main/editeng/inc/editeng/
H A Dtstpitem.hxx73 sal_Unicode& GetDecimal() { fillDecimal(); return m_cDecimal; } in GetDecimal() function in SvxTabStop
74 sal_Unicode GetDecimal() const { fillDecimal(); return m_cDecimal; } in GetDecimal() function in SvxTabStop
/trunk/main/editeng/source/items/
H A Dparaitem.cxx911 aStr += GetDecimal(); in GetValueString()
1039 pArr[i].DecimalChar = rTab.GetDecimal(); in QueryValue()
1141 rTab.GetAdjustment(), rTab.GetDecimal(), rTab.GetFill() ); in PutValue()
1274 << (unsigned char) rTab.GetDecimal() in Store()
1284 << (unsigned char) aSwTabStop.GetDecimal() in Store()
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx478 …rTab.GetTabPos(), eSourceUnit, eDestUnit ), rTab.GetAdjustment(), rTab.GetDecimal(), rTab.GetFill(… in ConvertItem()
H A Deditobj.cxx1610 rT.GetAdjustment(), rT.GetDecimal(), rT.GetFill() ) ); in CreateData()
H A Dimpedit3.cxx1124 sal_uInt16 nDecPos = aText.Search( aCurrentTab.aTabStop.GetDecimal() ); in CreateLines()
/trunk/main/sw/source/core/text/
H A Dtxttab.cxx172 cDec = pTabStop->GetDecimal(); in NewTabPortion()
H A Dfrmform.cxx586 ts.DecimalChar = pTS->GetDecimal(); in GetTabStopInfo()
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx692 GET( GetDecimal, SbxDECIMAL, SbxDecimal*, pDecimal ) in GET()
909 SbxDecimal* pDecimal = GetDecimal(); in fillAutomationDecimal()
H A Dsbxdec.cxx532 pnDecRes->setDecimal( pVal->GetDecimal() ); in ImpGetDecimal()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx305 SbxDecimal* GetDecimal() const;
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx1403 aTabStop.GetDecimal() = sal_uInt8(nTokenValue & 0xff); in ReadTabAttr()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx4901 rOne.GetDecimal() == rTwo.GetDecimal() && in lcl_IsEqual()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx293 pDec = pSbxVariable->GetDecimal(); in RTLFUNC()

Completed in 99 milliseconds