Home
last modified time | relevance | path

Searched refs:aOld (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/sw/source/core/attr/
H A Dformat.cxx132 aSet.Put_BC( rFmt.aSet, &aOld, &aNew ); in operator =()
138 if( aOld.Count() ) in operator =()
140 SwAttrSetChg aChgOld( aSet, aOld ); in operator =()
170 ModifyNotification( &aOld, &aNew ); in SetName()
227 SwAttrSetChg aChgOld( aSet, aOld ); in CopyAttrs()
332 NotifyClients( &aOld, &aNew ); in Modify()
568 SwAttrSetChg aChgOld( aSet, aOld ); in SetFmtAttr()
671 SwAttrSetChg aChgOld( aSet, aOld ); in SetFmtAttr()
708 SwAttrSetChg aChgOld( aSet, aOld ); in ResetFmtAttr()
742 SwAttrSetChg aChgOld( aSet, aOld ); in ResetAllFmtAttr()
[all …]
/trunk/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx127 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 DSwUndoFmt.cxx405 : 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 DSwUndoTOXChange.cxx32 : SwUndo(UNDO_TOXCHANGE), pTOX(_pTOX), aOld(*_pTOX), aNew(rNew) in SwUndoTOXChange()
52 *pTOX = aOld; in UndoImpl()
/trunk/main/svx/source/svdraw/
H A Dsvdogrp.cxx419 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 …]
/trunk/main/sw/source/core/layout/
H A Dfly.cxx262 ChgColumns( aOld, rCol ); in InsertColumns()
942 SwRect aOld( aFrm ); in _UpdateAttr() local
944 aOld.Top( Max( aOld.Top() - long(rUL.GetUpper()), 0L ) ); in _UpdateAttr()
947 aOld.Left ( Max( aOld.Left() - long(rLR.GetLeft()), 0L ) ); in _UpdateAttr()
949 aNew.Union( aOld ); in _UpdateAttr()
1032 SwRect aOld( aFrm ); in _UpdateAttr() local
1036 aOld.Top( Max( aOld.Top() - long(rUL.GetUpper()), 0L ) ); in _UpdateAttr()
1042 aOld.Left ( Max( aOld.Left() - long(rLR.GetLeft()), 0L ) ); in _UpdateAttr()
1045 aNew.Union( aOld ); in _UpdateAttr()
2007 if ( aOld != aNew ) in _Grow()
[all …]
H A Dflyincnt.cxx133 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()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx375 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 …]
/trunk/main/xmloff/source/text/
H A Dtxtsecte.cxx193 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()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1540 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 Dndtbl.cxx2853 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 …]
/trunk/main/sw/source/core/inc/
H A DSwUndoPageDesc.hxx35 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);
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx254 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 Dgridwin.cxx4757 ScRange aOld = rOldUn; in lcl_PaintRefChanged() local
4759 aOld.Justify(); in lcl_PaintRefChanged()
4762 if ( aOld.aStart == aOld.aEnd ) //! Tab ignorieren? in lcl_PaintRefChanged()
4776 SCTAB nTab2 = aOld.aEnd.Tab(); in lcl_PaintRefChanged()
4896 ScRange aOld = pData->aRef; in RFMouseMove() local
4897 ScRange aNew = aOld; in RFMouseMove()
4909 long nEndX = nStartX + aOld.aEnd.Col() - aOld.aStart.Col(); in RFMouseMove()
4915 long nEndY = nStartY + aOld.aEnd.Row() - aOld.aStart.Row(); in RFMouseMove()
4931 if ( aNew != aOld ) in RFMouseMove()
5098 MapMode aOld = GetMapMode(); in GetEditUrlOrError() local
[all …]
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxBase.cxx382 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()
/trunk/main/linguistic/source/
H A Dlngopt.cxx415 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()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx691 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()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx373 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()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dcommanddefinition.cxx158 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()
/trunk/main/svtools/source/misc/
H A Dunitconv.cxx710 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()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1316 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()
/trunk/main/sw/source/core/doc/
H A Ddocftn.cxx323 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()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx303 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()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx460 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 Ddocsh6.cxx158 ScRange aOld; in SetVisAreaOrSize() local
159 aDocument.GetEmbedded( aOld); in SetVisAreaOrSize()
163 if (aOld != aNew) in SetVisAreaOrSize()

Completed in 217 milliseconds

123