Searched refs:nStrCacheID (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 248 …etDescriptionStringForObject( const SdrObject& _rForObject, sal_uInt16 nStrCacheID, String& rStr, … in GetDescriptionStringForObject() argument 250 rStr = ImpGetResStr(nStrCacheID); in GetDescriptionStringForObject() 274 void SdrUndoObj::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, FASTBOOL bRepeat) c… in ImpTakeDescriptionStr() argument 277 GetDescriptionStringForObject( *pObj, nStrCacheID, rStr, bRepeat ); in ImpTakeDescriptionStr() 1597 void SdrUndoPage::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 /*n*/, … in ImpTakeDescriptionStr() argument 1599 rStr=ImpGetResStr(nStrCacheID); in ImpTakeDescriptionStr()
|
H A D | svdmrkv.cxx | 2081 void SdrMarkView::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal, s… in ImpTakeDescriptionStr() argument 2083 rStr = ImpGetResStr(nStrCacheID); in ImpTakeDescriptionStr()
|
H A D | svdobj.cxx | 1087 void SdrObject::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal) con… in ImpTakeDescriptionStr() argument 1089 rStr = ImpGetResStr(nStrCacheID); in ImpTakeDescriptionStr()
|
H A D | svddrgmt.cxx | 585 void SdrDragMethod::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, XubString& rStr, sal_uInt16 nVal)… in ImpTakeDescriptionStr() argument 593 getSdrDragView().ImpTakeDescriptionStr(nStrCacheID,rStr,nVal,nOpt); in ImpTakeDescriptionStr()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdundo.hxx | 148 void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, FASTBOOL bRepeat=sal_False) const; 150 …static void GetDescriptionStringForObject( const SdrObject& _rForObject, sal_uInt16 nStrCacheID, S… 653 …void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 n=0, FASTBOOL bRepeat=…
|
H A D | svddrgmt.hxx | 178 …void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0) …
|
H A D | svdmrkv.hxx | 180 …void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0, sal_uInt16 nOp…
|
H A D | svdobj.hxx | 510 void ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, String& rStr, sal_uInt16 nVal=0) const;
|
Completed in 74 milliseconds