/aoo41x/main/sw/source/core/attr/ |
H A D | format.cxx | 129 aSet.Put_BC( rFmt.aSet, &aOld, &aNew ); in operator =() 135 if( aOld.Count() ) in operator =() 137 SwAttrSetChg aChgOld( aSet, aOld ); in operator =() 167 ModifyNotification( &aOld, &aNew ); in SetName() 224 SwAttrSetChg aChgOld( aSet, aOld ); in CopyAttrs() 329 NotifyClients( &aOld, &aNew ); in Modify() 469 SwAttrSetChg aChgOld( aSet, aOld ); in SetFmtAttr() 515 SwAttrSetChg aChgOld( aSet, aOld ); in SetFmtAttr() 552 SwAttrSetChg aChgOld( aSet, aOld ); in ResetFmtAttr() 586 SwAttrSetChg aChgOld( aSet, aOld ); in ResetAllFmtAttr() [all …]
|
/aoo41x/main/sw/source/core/undo/ |
H A D | SwUndoPageDesc.cxx | 127 DebugHeaderFooterContent( (SwPageDesc&)aOld ); in SwUndoPageDesc() 138 SwPageDesc &rOldDesc = (SwPageDesc&)aOld; in SwUndoPageDesc() 150 bExchange = ( aOld.GetName() == aNew.GetName() ) && in SwUndoPageDesc() 188 ExchangeContentNodes( (SwPageDesc&)aOld, (SwPageDesc&)aNew ); in SwUndoPageDesc() 190 DebugHeaderFooterContent( (SwPageDesc&)aOld ); in SwUndoPageDesc() 306 pDoc->ChgPageDesc(aOld.GetName(), aOld); in UndoImpl() 321 aResult.AddRule(UNDO_ARG1, aOld.GetName()); in GetRewriter() 386 : SwUndo(UNDO_DELETE_PAGEDESC), aOld(_aOld, _pDoc), pDoc(_pDoc) in SwUndoPageDescDelete() 397 SwPageDesc aPageDesc = aOld; in UndoImpl() 403 pDoc->DelPageDesc(aOld.GetName(), sal_True); // #116530# in DoImpl() [all …]
|
H A D | SwUndoFmt.cxx | 405 : SwUndo(UNDO_NUMRULE_DELETE), aOld(rRule), pDoc(_pDoc) in SwUndoNumruleDelete() 411 pDoc->MakeNumRule(aOld.GetName(), &aOld, sal_True); in UndoImpl() 416 pDoc->DelNumRule(aOld.GetName(), sal_True); in RedoImpl() 423 aResult.AddRule(UNDO_ARG1, aOld.GetName()); in GetRewriter()
|
H A D | SwUndoTOXChange.cxx | 32 : SwUndo(UNDO_TOXCHANGE), pTOX(_pTOX), aOld(*_pTOX), aNew(rNew) in SwUndoTOXChange() 52 *pTOX = aOld; in UndoImpl()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdogrp.cxx | 419 Rectangle aOld(GetSnapRect()); in NbcSetSnapRect() local 421 long nDivX=aOld.Right()-aOld.Left(); in NbcSetSnapRect() 423 long nDivY=aOld.Bottom()-aOld.Top(); in NbcSetSnapRect() 431 if (rRect.Left()!=aOld.Left() || rRect.Top()!=aOld.Top()) { in NbcSetSnapRect() 432 NbcMove(Size(rRect.Left()-aOld.Left(),rRect.Top()-aOld.Top())); in NbcSetSnapRect() 554 Rectangle aOld(GetSnapRect()); in SetSnapRect() local 556 long nDivX=aOld.Right()-aOld.Left(); in SetSnapRect() 558 long nDivY=aOld.Bottom()-aOld.Top(); in SetSnapRect() 564 Resize(aOld.TopLeft(),aX,aY); in SetSnapRect() 566 if (rRect.Left()!=aOld.Left() || rRect.Top()!=aOld.Top()) { in SetSnapRect() [all …]
|
/aoo41x/main/sw/source/core/layout/ |
H A D | fly.cxx | 281 ChgColumns( aOld, rCol ); in InsertColumns() 962 SwRect aOld( aFrm ); in _UpdateAttr() local 964 aOld.Top( Max( aOld.Top() - long(rUL.GetUpper()), 0L ) ); in _UpdateAttr() 967 aOld.Left ( Max( aOld.Left() - long(rLR.GetLeft()), 0L ) ); in _UpdateAttr() 969 aNew.Union( aOld ); in _UpdateAttr() 1052 SwRect aOld( aFrm ); in _UpdateAttr() local 1056 aOld.Top( Max( aOld.Top() - long(rUL.GetUpper()), 0L ) ); in _UpdateAttr() 1062 aOld.Left ( Max( aOld.Left() - long(rLR.GetLeft()), 0L ) ); in _UpdateAttr() 1065 aNew.Union( aOld ); in _UpdateAttr() 2027 if ( aOld != aNew ) in _Grow() [all …]
|
H A D | flyincnt.cxx | 133 SwAttrSetChg aOld( *(SwAttrSetChg*)pOld ); in Modify() local 136 aOld.ClearItem( RES_SURROUND ); in Modify() 138 aOld.ClearItem( RES_FRMMACRO ); in Modify() 142 SwFlyFrm::Modify( &aOld, &aNew ); in Modify()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_ChartType.cxx | 375 Point aOld = this->getPosition(); in setPosition() local 376 long nDiffY = rPoint.Y() - aOld.Y(); in setPosition() 377 long nDiffX = rPoint.X() - aOld.X(); in setPosition() 378 m_aCB_Stacked.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition() 380 aOld = m_aRB_Stack_Y.GetPosPixel(); in setPosition() 381 m_aRB_Stack_Y.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition() 384 m_aRB_Stack_Y_Percent.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition() 386 aOld = m_aRB_Stack_Z.GetPosPixel(); in setPosition() 387 m_aRB_Stack_Z.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition() 677 Point aOld = this->getPosition(); in setPosition() local [all …]
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtsecte.cxx | 193 vector<Reference<XTextSection> > ::reverse_iterator aOld = in exportListAndSectionChange() local 198 while ( (aOld != aOldStack.rend()) && in exportListAndSectionChange() 200 (*aOld) == (*aNew) ) in exportListAndSectionChange() 202 ++aOld; in exportListAndSectionChange() 208 if (aOld != aOldStack.rend()) in exportListAndSectionChange() 213 (*aOldForward != *aOld)) in exportListAndSectionChange()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1540 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in SetAttr() local 1544 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in SetAttr() 1615 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in SetAttr() local 1620 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in SetAttr() 1664 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in ResetAttr() local 1670 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in ResetAttr() 1702 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in ResetAttr() local 1711 SwAttrSetChg aChgOld( *GetpSwAttrSet(), aOld ); in ResetAttr() 1744 SwAttrSet aOld( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ), in ResetAllAttr() local 1746 sal_Bool bRet = 0 != AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, 0, &aOld, &aNew ); in ResetAllAttr() [all …]
|
H A D | ndtbl.cxx | 2853 SwTabCols aOld( rNew.Count() ); in SetTabCols() local 2862 aOld.SetLeftMin ( nLeftMin ); in SetTabCols() 2867 rTab.GetTabCols( aOld, pBox ); in SetTabCols() 2885 SwTabCols aOld( rNew.Count() ); in SetTabRows() 2895 aOld.SetLeft ( LONG_MAX ); in SetTabRows() 2896 aOld.SetRightMax( aOld.GetRight() ); in SetTabRows() 2902 aOld.SetLeft ( 0 ); in SetTabRows() 2903 aOld.SetRightMax( LONG_MAX ); in SetTabRows() 2905 aOld.SetLeftMin ( nLeftMin ); in SetTabRows() 2907 GetTabRows( aOld, 0, pBoxFrm ); in SetTabRows() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | SwUndoPageDesc.hxx | 35 SwPageDescExt aOld, aNew; member in SwUndoPageDesc 43 SwUndoPageDesc(const SwPageDesc & aOld, const SwPageDesc & aNew, 74 SwPageDescExt aOld; member in SwUndoPageDescDelete 80 SwUndoPageDescDelete(const SwPageDesc & aOld, SwDoc * pDoc);
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun4.cxx | 254 String aOld; in DoRefConversion() local 255 ((ScFormulaCell*)pCell)->GetFormula(aOld); in DoRefConversion() 256 xub_StrLen nLen = aOld.Len(); in DoRefConversion() 257 ScRefFinder aFinder( aOld, pDoc ); in DoRefConversion() 777 String aOld; in InsertBookmark() local 778 pDoc->GetInputString( nPosX, nPosY, nTab, aOld ); in InsertBookmark() 779 if (aOld.Len()) in InsertBookmark() 780 aEngine.SetText(aOld); in InsertBookmark()
|
H A D | gridwin.cxx | 4742 ScRange aOld = rOldUn; in lcl_PaintRefChanged() local 4744 aOld.Justify(); in lcl_PaintRefChanged() 4747 if ( aOld.aStart == aOld.aEnd ) //! Tab ignorieren? in lcl_PaintRefChanged() 4761 SCTAB nTab2 = aOld.aEnd.Tab(); in lcl_PaintRefChanged() 4881 ScRange aOld = pData->aRef; in RFMouseMove() local 4882 ScRange aNew = aOld; in RFMouseMove() 4894 long nEndX = nStartX + aOld.aEnd.Col() - aOld.aStart.Col(); in RFMouseMove() 4900 long nEndY = nStartY + aOld.aEnd.Row() - aOld.aStart.Row(); in RFMouseMove() 4916 if ( aNew != aOld ) in RFMouseMove() 5083 MapMode aOld = GetMapMode(); in GetEditUrlOrError() local [all …]
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxBase.cxx | 382 Any aOld; in setAccessibleName() local 383 aOld <<= maName; in setAccessibleName() 391 aOld ); in setAccessibleName() 397 Any aOld; in setAccessibleDescription() local 398 aOld <<= maDescription; in setAccessibleDescription() 406 aOld ); in setAccessibleDescription()
|
/aoo41x/main/linguistic/source/ |
H A D | lngopt.cxx | 415 Any aOld( aConfig.GetProperty( pCur->nWID ) ); in setPropertyValue() local 416 if (aOld != rValue && aConfig.SetProperty( pCur->nWID, rValue )) in setPropertyValue() 419 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue() 518 Any aOld( aConfig.GetProperty( nHandle ) ); in setFastPropertyValue() local 519 if (aOld != rValue && aConfig.SetProperty( nHandle, rValue )) in setFastPropertyValue() 522 LinguOptions::GetName( nHandle ), sal_False, nHandle, aOld, rValue ); in setFastPropertyValue()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | svxrectctaccessiblecontext.cxx | 691 Any aOld; in FireChildFocus() local 694 CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in FireChildFocus() 1315 Any aOld; in setStateChecked() local 1317 Any& rMod = bChecked? aNew : aOld; in setStateChecked() 1322 CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in setStateChecked() 1326 CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in setStateChecked() 1333 Any aOld; in FireFocusEvent() local 1336 CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in FireFocusEvent()
|
/aoo41x/main/chart2/source/controller/accessibility/ |
H A D | AccessibleBase.cxx | 373 Any aEmpty, aOld; in RemoveChildByOId() local 374 aOld <<= xChild; in RemoveChildByOId() 376 BroadcastAccEvent( AccessibleEventId::CHILD, aEmpty, aOld ); in RemoveChildByOId() 459 Any aEmpty, aOld; in KillAllChildren() local 464 aOld <<= (*aIter); in KillAllChildren() 465 BroadcastAccEvent( AccessibleEventId::CHILD, aEmpty, aOld ); in KillAllChildren()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | commanddefinition.cxx | 158 Any aOld = makeAny(m_pImpl->m_aProps.aTitle); in rename() local 161 fire(&nHandle, &aNew, &aOld, 1, sal_True ); in rename() 164 fire(&nHandle, &aNew, &aOld, 1, sal_False ); in rename()
|
/aoo41x/main/svtools/source/misc/ |
H A D | unitconv.cxx | 710 long TransformMetric( long nVal, FieldUnit aOld, FieldUnit aNew ) in TransformMetric() argument 712 if ( aOld == FUNIT_NONE || aNew == FUNIT_NONE || in TransformMetric() 713 aOld == FUNIT_CUSTOM || aNew == FUNIT_CUSTOM ) in TransformMetric() 721 switch ( aOld ) in TransformMetric()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 1316 ScRange aOld, aNew; in Undo() local 1317 pUndoDBData->GetArea( aOld ); in Undo() 1323 aOld.aEnd.SetCol( aOld.aEnd.Col() + nFormulaCols ); // FitBlock auch fuer Formeln in Undo() 1325 pDoc->FitBlock( aNew, aOld, sal_False ); // rueckwaerts in Undo() 1386 ScRange aOld, aNew; in Redo() local 1387 pUndoDBData->GetArea( aOld ); in Redo() 1390 aOld.aEnd.SetCol( aOld.aEnd.Col() + nFormulaCols ); // FitBlock auch fuer Formeln in Redo() 1392 pDoc->FitBlock( aOld, aNew ); in Redo()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docftn.cxx | 323 SwFmtChg aOld( pOldChrFmt ); in SetFtnInfo() local 325 pFtnInfo->ModifyNotification( &aOld, &aNew ); in SetFtnInfo() 393 SwFmtChg aOld( pOldChrFmt ); in SetEndNoteInfo() local 395 pEndNoteInfo->ModifyNotification( &aOld, &aNew ); in SetEndNoteInfo()
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 303 FilterPropertyInfoList_Impl::iterator aOld = aPropInfos.begin(); in GetApiNames() local 305 FilterPropertyInfoList_Impl::iterator aCurrent = aOld; in GetApiNames() 311 if ( aOld->GetApiName().equals( aCurrent->GetApiName() ) ) in GetApiNames() 314 aOld->GetIndexes().merge( aCurrent->GetIndexes() ); in GetApiNames() 322 aOld = aCurrent; in GetApiNames()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocimp.cxx | 460 ScRange aOld( rParam.nCol1, rParam.nRow1, nTab, in DoImport() local 464 if (!pDoc->CanFitBlock( aOld, aNew )) in DoImport() 564 ScRange aOld( rParam.nCol1, rParam.nRow1, nTab, in DoImport() local 568 pDoc->FitBlock( aOld, aNew, sal_False ); // Formeln nicht loeschen in DoImport()
|
H A D | docsh6.cxx | 158 ScRange aOld; in SetVisAreaOrSize() local 159 aDocument.GetEmbedded( aOld); in SetVisAreaOrSize() 163 if (aOld != aNew) in SetVisAreaOrSize()
|