Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx457 accessibility::AccessibleTableModelChange aChange; in notifyEvent() local
458 aEvent.NewValue >>= aChange; in notifyEvent()
460 sal_Int32 nRowsChanged = aChange.LastRow - aChange.FirstRow + 1; in notifyEvent()
461 sal_Int32 nColumnsChanged = aChange.LastColumn - aChange.FirstColumn + 1; in notifyEvent()
472 switch( aChange.Type ) in notifyEvent()
478 aSignalNames[aChange.Type].row, in notifyEvent()
479 aChange.FirstRow, nRowsChanged ); in notifyEvent()
482 aSignalNames[aChange.Type].col, in notifyEvent()
483 aChange.FirstColumn, nColumnsChanged ); in notifyEvent()
490 g_warning( "TESTME: unusual table model change %d\n", aChange.Type ); in notifyEvent()
/aoo4110/main/vcl/aqua/source/a11y/
H A Daqua11ylistener.cxx44 AccessibleTableModelChange aChange; in getTableNotification() local
47 if( (aEvent.NewValue >>= aChange) && in getTableNotification()
48 …( AccessibleTableModelChangeType::INSERT == aChange.Type || AccessibleTableModelChangeType::DELETE… in getTableNotification()
49 aChange.FirstRow != aChange.LastRow ) in getTableNotification()
/aoo4110/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx376 AccessibleTableModelChange aChange; in commitTableEvent() local
377 if(_rNewValue >>= aChange) in commitTableEvent()
379 if(aChange.Type == AccessibleTableModelChangeType::DELETE) in commitTableEvent()
384 …mpl->m_pTable->getCellVector().erase(m_pCell+nColCount*aChange.FirstRow, m_pCell+nColCount*aChange in commitTableEvent()
385 …CellVector().erase(m_xAccessibleVector+nColCount*aChange.FirstRow, m_xAccessibleVector+nColCount*a… in commitTableEvent()
/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx410 basegfx::B2DHomMatrix aChange; in create2DDecomposition() local
415 aChange.rotate(F_PI); in create2DDecomposition()
419 aChange.translate(fTextX - aTextRange.getMinX(), fTextY - aTextRange.getMinY()); in create2DDecomposition()
422 aChange *= aObjectMatrix; in create2DDecomposition()
425 SdrTextPrimitive2D* pNewBlockText = pBlockText->createTransformedClone(aChange); in create2DDecomposition()
/aoo4110/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx366 util::ElementChange aChange = rEvent.Changes[ 0 ]; in changesOccurred() local
368 aChange.Accessor >>= sOperation; in changesOccurred()
375 aChange.ReplacedElement >>= xRangeObj; in changesOccurred()
388 aChange = rEvent.Changes[ nIndex ]; in changesOccurred()
389 aChange.Accessor >>= sOperation; in changesOccurred()
391 aChange.ReplacedElement >>= xRangeObj; in changesOccurred()
/aoo4110/main/filter/source/config/cache/
H A Dcacheupdatelistener.cxx149 const css::util::ElementChange& aChange = aEvent.Changes[i]; in changesOccurred() local
166 aChange.Accessor >>= sOrgPath; in changesOccurred()
/aoo4110/main/cui/source/options/
H A Doptlingu.cxx2243 Sequence< OUString > aChange; in IMPL_LINK() local
2264 aChange.realloc(nStart); in IMPL_LINK()
2265 (*pTable)[ nLang ] = aChange; in IMPL_LINK()
2269 aChange.realloc(aModulesCLB.GetEntryCount()); in IMPL_LINK()
2274 OUString* pChange = aChange.getArray(); in IMPL_LINK()
2285 aChange.realloc(nStart); in IMPL_LINK()
2286 rLinguData.GetThesTable()[ nLang ] = aChange; in IMPL_LINK()
/aoo4110/main/framework/source/services/
H A Dpathsettings.cxx181 const css::util::ElementChange& aChange = aEvent.Changes[i]; in changesOccurred() local
184 aChange.Accessor >>= sChanged; in changesOccurred()
/aoo4110/main/xmloff/source/text/
H A DXMLRedlineExport.cxx391 SvXMLElementExport aChange(rExport, XML_NAMESPACE_TEXT, in ExportChangedRegion() local
/aoo4110/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx1254 const css::util::ElementChange& aChange = aReceivedEvents.Changes[i]; in changesOccurred() local
1265 aChange.Accessor >>= sOrgPath; in changesOccurred()

Completed in 85 milliseconds