Searched refs:GetValueString (Results 1 – 8 of 8) sorted by relevance
/trunk/main/editeng/source/items/ |
H A D | frmitems.cxx | 1622 XubString SvxBorderLine::GetValueString( SfxMapUnit eSrcUnit, in GetValueString() function in SvxBorderLine 2143 rText = pTop->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 2151 rText += pBottom->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 2156 rText += pLeft->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 2161 rText += pRight->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 2193 rText += pTop->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation() 2201 rText += pTop->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation() 2207 rText += pBottom->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation() 2213 rText += pLeft->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation() 2219 rText += pRight->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation() [all …]
|
H A D | paraitem.cxx | 899 XubString SvxTabStop::GetValueString() const in GetValueString() function in SvxTabStop
|
/trunk/main/svx/inc/svx/ |
H A D | numinf.hxx | 71 const String& GetValueString() const { return aStringVal; } in GetValueString() function in SvxNumberInfoItem
|
/trunk/main/editeng/inc/editeng/ |
H A D | borderline.hxx | 116 String GetValueString( SfxMapUnit eSrcUnit, SfxMapUnit eDestUnit,
|
H A D | tstpitem.hxx | 79 String GetValueString() const;
|
/trunk/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 548 aValString = pNumItem->GetValueString(); in Reset() 552 aValString = pNumItem->GetValueString(); in Reset()
|
/trunk/main/sc/inc/ |
H A D | chgtrack.hxx | 788 void GetValueString( String& rStr,
|
/trunk/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1585 GetValueString( rStr, aOldValue, pOldCell ); in GetOldString() 1591 GetValueString( rStr, aNewValue, pNewCell ); in GetNewString() 1906 void ScChangeActionContent::GetValueString( String& rStr, in GetValueString() function in ScChangeActionContent
|
Completed in 85 milliseconds