Searched refs:aChange (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atklistener.cxx | 457 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()
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ylistener.cxx | 44 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()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleGridControl.cxx | 376 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()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrmeasureprimitive2d.cxx | 410 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()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaeventshelper.cxx | 366 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()
|
/aoo41x/main/filter/source/config/cache/ |
H A D | cacheupdatelistener.cxx | 149 const css::util::ElementChange& aChange = aEvent.Changes[i]; in changesOccurred() local 166 aChange.Accessor >>= sOrgPath; in changesOccurred()
|
/aoo41x/main/cui/source/options/ |
H A D | optlingu.cxx | 2243 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()
|
/aoo41x/main/framework/source/services/ |
H A D | pathsettings.cxx | 181 const css::util::ElementChange& aChange = aEvent.Changes[i]; in changesOccurred() local 184 aChange.Accessor >>= sChanged; in changesOccurred()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLRedlineExport.cxx | 391 SvXMLElementExport aChange(rExport, XML_NAMESPACE_TEXT, in ExportChangedRegion() local
|
/aoo41x/main/framework/source/accelerators/ |
H A D | acceleratorconfiguration.cxx | 1254 const css::util::ElementChange& aChange = aReceivedEvents.Changes[i]; in changesOccurred() local 1265 aChange.Accessor >>= sOrgPath; in changesOccurred()
|
Completed in 53 milliseconds