Searched refs:GetDecimal (Results 1 – 14 of 14) sorted by relevance
/trunk/main/cui/source/tabpages/ |
H A D | tabstpge.cxx | 200 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 D | tstpitem.hxx | 73 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 D | paraitem.cxx | 911 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 D | editdoc2.cxx | 478 …rTab.GetTabPos(), eSourceUnit, eDestUnit ), rTab.GetAdjustment(), rTab.GetDecimal(), rTab.GetFill(… in ConvertItem()
|
H A D | editobj.cxx | 1610 rT.GetAdjustment(), rT.GetDecimal(), rT.GetFill() ) ); in CreateData()
|
H A D | impedit3.cxx | 1124 sal_uInt16 nDecPos = aText.Search( aCurrentTab.aTabStop.GetDecimal() ); in CreateLines()
|
/trunk/main/sw/source/core/text/ |
H A D | txttab.cxx | 172 cDec = pTabStop->GetDecimal(); in NewTabPortion()
|
H A D | frmform.cxx | 586 ts.DecimalChar = pTS->GetDecimal(); in GetTabStopInfo()
|
/trunk/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 692 GET( GetDecimal, SbxDECIMAL, SbxDecimal*, pDecimal ) in GET() 909 SbxDecimal* pDecimal = GetDecimal(); in fillAutomationDecimal()
|
H A D | sbxdec.cxx | 532 pnDecRes->setDecimal( pVal->GetDecimal() ); in ImpGetDecimal()
|
/trunk/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 305 SbxDecimal* GetDecimal() const;
|
/trunk/main/editeng/source/rtf/ |
H A D | rtfitem.cxx | 1403 aTabStop.GetDecimal() = sal_uInt8(nTokenValue & 0xff); in ReadTabAttr()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4901 rOne.GetDecimal() == rTwo.GetDecimal() && in lcl_IsEqual()
|
/trunk/main/basic/source/runtime/ |
H A D | methods1.cxx | 293 pDec = pSbxVariable->GetDecimal(); in RTLFUNC()
|
Completed in 99 milliseconds