Home
last modified time | relevance | path

Searched refs:pConverted (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx521 SdrObject* pConverted = pSdrTextObj->ConvertToPolyObj(true, true); in InsertObj() local
524 if(pConverted) in InsertObj()
528 SdrObjListIter aIter(*pConverted, IM_DEEPNOGROUPS); in InsertObj()
551 SdrObject::Free(pConverted); in InsertObj()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx1244 …SvxNumRule* pConverted = SvxConvertNumRule( pNewRule, pNumRule->GetLevelCount(), pNumRule->GetNumR… in PutValue() local
1246 pNewRule = pConverted; in PutValue()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1632 if (pConverted->IsModified()) in IMPL_LINK()
1633 CellModified(-1, pConverted->GetPos()); in IMPL_LINK()
1637 OPropColumnEditCtrl* pConverted = (OPropColumnEditCtrl*)pControl; in IMPL_LINK() local
1638 if (pConverted->IsModified()) in IMPL_LINK()
1639 CellModified(-1, pConverted->GetPos()); in IMPL_LINK()
1643 OPropEditCtrl* pConverted = (OPropEditCtrl*)pControl; in IMPL_LINK() local
1644 if (pConverted->IsModified()) in IMPL_LINK()
1645 CellModified(-1, pConverted->GetPos()); in IMPL_LINK()
1649 OPropListBoxCtrl* pConverted = (OPropListBoxCtrl*)pControl; in IMPL_LINK() local
1650 if (pConverted->IsModified()) in IMPL_LINK()
[all …]

Completed in 50 milliseconds