Searched refs:aSetPos (Results 1 – 2 of 2) sorted by relevance
183 Point aSetPos = new Point(); in testTitle() local184 aSetPos.X = 1000; in testTitle()185 aSetPos.Y = 200; in testTitle()186 xTitleShape.setPosition( aSetPos ); in testTitle()318 Point aSetPos = new Point(); in testDiagram() local319 aSetPos.X = aOldPos.X + xDiff; in testDiagram()320 aSetPos.Y = aOldPos.Y + yDiff; in testDiagram()484 Point aSetPos = new Point(); in testLegend() local485 aSetPos.X = aOldPos.X + xDiff; in testLegend()486 aSetPos.Y = aOldPos.Y + yDiff; in testLegend()[all …]
545 PropertySetInfoCacheIterator aSetPos = pCache->find(xSourceSet); in disposing() local546 if (aSetPos != pCache->end()) in disposing()547 pCache->erase(aSetPos); in disposing()607 PropertySetInfoCacheIterator aSetPos = pCache->find(xSet); in propertyChange() local608 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()634 …aSetPos->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 23 milliseconds