Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java183 Point aSetPos = new Point(); in testTitle() local
184 aSetPos.X = 1000; in testTitle()
185 aSetPos.Y = 200; in testTitle()
186 xTitleShape.setPosition( aSetPos ); in testTitle()
318 Point aSetPos = new Point(); in testDiagram() local
319 aSetPos.X = aOldPos.X + xDiff; in testDiagram()
320 aSetPos.Y = aOldPos.Y + yDiff; in testDiagram()
484 Point aSetPos = new Point(); in testLegend() local
485 aSetPos.X = aOldPos.X + xDiff; in testLegend()
486 aSetPos.Y = aOldPos.Y + yDiff; in testLegend()
[all …]
/trunk/main/svx/source/form/
H A Dfmundo.cxx545 PropertySetInfoCacheIterator aSetPos = pCache->find(xSourceSet); in disposing() local
546 if (aSetPos != pCache->end()) in disposing()
547 pCache->erase(aSetPos); in disposing()
607 PropertySetInfoCacheIterator aSetPos = pCache->find(xSet); in propertyChange() local
608 if (aSetPos == pCache->end()) in propertyChange()
627 aSetPos = pCache->insert(PropertySetInfoCache::value_type(xSet,aNewEntry)).first; in propertyChange()
628 …DBG_ASSERT(aSetPos != pCache->end(), "FmXUndoEnvironment::propertyChange : just inserted it ... wh… in propertyChange()
634aSetPos->second.bHasEmptyControlSource = !evt.NewValue.hasValue() || (::comphelper::getString(evt.… in propertyChange()
640 PropertySetInfo::AllProperties& rPropInfos = aSetPos->second.aProps; in propertyChange()
685 if ( !aSetPos->second.bHasEmptyControlSource ) in propertyChange()

Completed in 17 milliseconds