Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/svdraw/
H A Dsvdedtv2.cxx1036 const SdrObject* pAttrObj = NULL; in MergeMarkedObjects() local
1059 if(!pAttrObj) in MergeMarkedObjects()
1060 pAttrObj = pObj; in MergeMarkedObjects()
1162 ImpCopyAttributes(pAttrObj, pPath); in MergeMarkedObjects()
1163 SdrInsertReason aReason(SDRREASON_VIEWCALL, pAttrObj); in MergeMarkedObjects()
1250 const SdrObject* pAttrObj = 0L; in CombineMarkedObjects() local
1267 pAttrObj = pObj; in CombineMarkedObjects()
1337 ImpCopyAttributes(pAttrObj, pPath); in CombineMarkedObjects()
1340 …const XLineStyle eLineStyle = ((const XLineStyleItem&)pAttrObj->GetMergedItem(XATTR_LINESTYLE)).Ge… in CombineMarkedObjects()
1341 …const XFillStyle eFillStyle = ((const XFillStyleItem&)pAttrObj->GetMergedItem(XATTR_FILLSTYLE)).Ge… in CombineMarkedObjects()
[all …]