Home
last modified time | relevance | path

Searched refs:aNew (Results 26 – 50 of 183) sorted by relevance

12345678

/trunk/main/basegfx/inc/basegfx/matrix/
H A Db3dhommatrix.hxx152 B3DHomMatrix aNew(rMat); in operator *() local
153 aNew *= fValue; in operator *()
154 return aNew; in operator *()
159 B3DHomMatrix aNew(rMat); in operator /() local
160 aNew *= 1.0 / fValue; in operator /()
161 return aNew; in operator /()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx264 SwPageDesc aNew( rOld ); in ChgAllPageOrientation() local
267 GetDoc()->CopyPageDesc(rOld, aNew); in ChgAllPageOrientation()
269 aNew.SetLandscape( bNewOri ); in ChgAllPageOrientation()
270 SwFrmFmt& rFmt = aNew.GetMaster(); in ChgAllPageOrientation()
284 GetDoc()->ChgPageDesc( i, aNew ); in ChgAllPageOrientation()
307 SwPageDesc aNew( rOld ); in ChgAllPageSize() local
310 GetDoc()->CopyPageDesc( rOld, aNew ); in ChgAllPageSize()
312 SwFrmFmt& rPgFmt = aNew.GetMaster(); in ChgAllPageSize()
314 const sal_Bool bOri = aNew.GetLandscape(); in ChgAllPageSize()
326 pMyDoc->ChgPageDesc( i, aNew ); in ChgAllPageSize()
/trunk/main/drawinglayer/source/tools/
H A Dconverters.cxx111 …SvFileStream aNew((const String&)String(ByteString( "c:\\test_content.png" ), RTL_TEXTENCODING_UTF… in convertToBitmapEx() local
113 aPNGWriter.Write(aNew); in convertToBitmapEx()
141 …SvFileStream aNew((const String&)String(ByteString( "c:\\test_alpha.png" ), RTL_TEXTENCODING_UTF8)… in convertToBitmapEx() local
143 aPNGWriter.Write(aNew); in convertToBitmapEx()
152 …SvFileStream aNew((const String&)String(ByteString( "c:\\test_combined.png" ), RTL_TEXTENCODING_UT… in convertToBitmapEx() local
154 aPNGWriter.Write(aNew); in convertToBitmapEx()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx1206 String aNew; in FldsToExpand() local
1346 String aNew; in UpdateExpFlds() local
1455 pGFld->GetFormula(), aNew ); in UpdateExpFlds()
1456 pGFld->ChgExpStr( aNew ); in UpdateExpFlds()
1464 pSFld->GetFormula(), aNew ); in UpdateExpFlds()
1471 pSFld->ChgExpStr( aNew ); in UpdateExpFlds()
1490 aCalc.VarChange( aNew, aValue ); in UpdateExpFlds()
1512 aNew = pSFldTyp->GetName(); in UpdateExpFlds()
1529 aCalc.VarChange( aNew, 0 ); in UpdateExpFlds()
1534 aNew += '='; in UpdateExpFlds()
[all …]
H A Dtblafmt.cxx892 SwBoxAutoFmt aNew; in SwTableAutoFmtTbl() local
898 aNew.SetBackground( aBrushItem ); in SwTableAutoFmtTbl()
902 pNew->SetBoxFmt( aNew, i ); in SwTableAutoFmtTbl()
906 aNew.SetBackground( aBrushItem ); in SwTableAutoFmtTbl()
908 pNew->SetBoxFmt( aNew, i ); in SwTableAutoFmtTbl()
912 aNew.SetBackground( aBrushItem ); in SwTableAutoFmtTbl()
916 pNew->SetBoxFmt( aNew, i ); in SwTableAutoFmtTbl()
918 pNew->SetBoxFmt( aNew, i ); in SwTableAutoFmtTbl()
921 aNew.SetBackground( aBrushItem ); in SwTableAutoFmtTbl()
923 pNew->SetBoxFmt( aNew, i ); in SwTableAutoFmtTbl()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dnamebuff.cxx307 ExtName aNew( rName, 0x0001 ); in AddDDE() local
308 maExtNames[ nRefIdx ].push_back( aNew ); in AddDDE()
314 ExtName aNew( rName, 0x0002 ); in AddOLE() local
315 aNew.nStorageId = nStorageId; in AddOLE()
316 maExtNames[ nRefIdx ].push_back( aNew ); in AddOLE()
322 ExtName aNew( GetScAddInName( rName ), 0x0004 ); in AddName() local
323 maExtNames[ nRefIdx ].push_back( aNew ); in AddName()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1075 SwFmtFrmSize aNew( in GetMergeSel() local
1081 aNew.SetWidth( nWidth ); in GetMergeSel()
1091 aNew.SetWidth( nTmpWidth ); in GetMergeSel()
1119 SwFmtFrmSize aNew( in GetMergeSel() local
1122 nLeft = nLeft * aNew.GetWidth() / in GetMergeSel()
1129 aNew.SetWidth( nLeft ); in GetMergeSel()
1144 aNew.SetWidth( nWidth ); in GetMergeSel()
1159 aNew.SetWidth( nRight ); in GetMergeSel()
1182 nLeft = nLeft * aNew.GetWidth() / in GetMergeSel()
1187 aNew.SetWidth( nLeft ); in GetMergeSel()
[all …]
/trunk/main/tools/inc/tools/
H A Dvector2d.hxx82 inline Vector2D operator*(double t) const { Vector2D aNew(*this); aNew *= t; return aNew; } in operator *() local
84 inline Vector2D operator/(double t) const { Vector2D aNew(*this); aNew /= t; return aNew; } in operator /() local
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1541 aNew( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ); in SetAttr() local
1545 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in SetAttr()
1616 aNew( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ); in SetAttr() local
1621 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in SetAttr()
1665 aNew( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ); in ResetAttr() local
1671 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in ResetAttr()
1703 aNew( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ); in ResetAttr() local
1712 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in ResetAttr()
1745 aNew( *GetpSwAttrSet()->GetPool(), GetpSwAttrSet()->GetRanges() ); in ResetAllAttr() local
1751 SwAttrSetChg aChgNew( *GetpSwAttrSet(), aNew ); in ResetAllAttr()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1316 ScRange aOld, aNew; in Undo() local
1318 pRedoDBData->GetArea( aNew ); in Undo()
1320 pDoc->DeleteAreaTab( aNew.aStart.Col(), aNew.aStart.Row(), in Undo()
1321 aNew.aEnd.Col(), aNew.aEnd.Row(), nTab, IDF_ALL & ~IDF_NOTE ); in Undo()
1324 aNew.aEnd.SetCol( aNew.aEnd.Col() + nFormulaCols ); in Undo()
1386 ScRange aOld, aNew; in Redo() local
1388 pRedoDBData->GetArea( aNew ); in Redo()
1391 aNew.aEnd.SetCol( aNew.aEnd.Col() + nFormulaCols ); in Redo()
1392 pDoc->FitBlock( aOld, aNew ); in Redo()
1394 pDoc->DeleteAreaTab( aNew.aStart.Col(), aNew.aStart.Row(), in Redo()
[all …]
/trunk/main/sw/source/core/undo/
H A DSwUndoFmt.cxx367 : SwUndo(UNDO_NUMRULE_CREATE), pNew(_pNew), aNew(*_pNew), pDoc(_pDoc), in SwUndoNumruleCreate()
376 aNew = *pNew; in UndoImpl()
380 pDoc->DelNumRule(aNew.GetName(), sal_True); in UndoImpl()
385 pDoc->MakeNumRule(aNew.GetName(), &aNew, sal_True); in RedoImpl()
394 aNew = *pNew; in GetRewriter()
398 aResult.AddRule(UNDO_ARG1, aNew.GetName()); in GetRewriter()
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx134 ScRange aNew( nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab ); in collapseToCurrentRegion() local
135 SetNewRange( aNew ); in collapseToCurrentRegion()
332 ScRange aNew( nStartCol, nStartRow, nTab ); in gotoStart() local
333 SetNewRange( aNew ); in gotoStart()
360 ScRange aNew( nEndCol, nEndRow, nTab ); in gotoEnd() local
361 SetNewRange( aNew ); in gotoEnd()
423 ScRange aNew( (SCCOL)(aOneRange.aStart.Col() + nColumnOffset), in gotoOffset() local
429 SetNewRange( aNew ); in gotoOffset()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanager.cxx337 void OverlayManager::setStripeColorA(Color aNew) in setStripeColorA() argument
339 if(aNew != maStripeColorA) in setStripeColorA()
341 maStripeColorA = aNew; in setStripeColorA()
347 void OverlayManager::setStripeColorB(Color aNew) in setStripeColorB() argument
349 if(aNew != maStripeColorB) in setStripeColorB()
351 maStripeColorB = aNew; in setStripeColorB()
/trunk/main/sc/source/core/data/
H A Dmarkdata.cxx240 ScRange aNew = aMultiRange; in MarkToSimple() local
243 SCCOL nStartCol = aNew.aStart.Col(); in MarkToSimple()
244 SCCOL nEndCol = aNew.aEnd.Col(); in MarkToSimple()
265 aNew.aStart.SetCol(nStartCol); in MarkToSimple()
266 aNew.aStart.SetRow(nStartRow); in MarkToSimple()
267 aNew.aEnd.SetCol(nEndCol); in MarkToSimple()
268 aNew.aEnd.SetRow(nEndRow); in MarkToSimple()
271 aMarkRange = aNew; in MarkToSimple()
/trunk/main/sc/workben/
H A Dtest.cxx548 ShadowFormat aNew; in lcl_Cursor() local
550 aNew.ShadowWidth = 100; in lcl_Cursor()
552 aNew.Color = 0xff0000L; in lcl_Cursor()
578 CellProtection aNew; in lcl_Cursor() local
579 aNew.Locked = FALSE; in lcl_Cursor()
581 aNew.Hidden = FALSE; in lcl_Cursor()
582 aNew.PrintHidden = FALSE; in lcl_Cursor()
709 ShadowFormat aNew; in lcl_Sheet() local
711 aNew.ShadowWidth = 100; in lcl_Sheet()
712 aNew.IsTransparent = FALSE; in lcl_Sheet()
[all …]
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx698 ElementEntry_Impl aNew( nElementID ); in setValue() local
699 aNew.setAction( nControlAction ); in setValue()
700 aNew.setValue( rValue ); in setValue()
701 m_pElemList->insert( m_pElemList->end(), aNew ); in setValue()
776 ElementEntry_Impl aNew( nLabelID ); in setLabel() local
777 aNew.setLabel( rValue ); in setLabel()
778 m_pElemList->insert( m_pElemList->end(), aNew ); in setLabel()
849 ElementEntry_Impl aNew( nElementID ); in enableControl() local
850 aNew.setEnabled( bEnable ); in enableControl()
851 m_pElemList->insert( m_pElemList->end(), aNew ); in enableControl()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx300 …SvFileStream aNew((const String&)String(ByteString( "c:\\content.bmp" ), RTL_TEXTENCODING_UTF8), S… in paint() local
301 WriteDIB(aContent, aNew, false, true); in paint()
311 …SvFileStream aNew((const String&)String(ByteString( "c:\\transparence.bmp" ), RTL_TEXTENCODING_UTF… in paint() local
312 WriteDIB(aAlphaMask.GetBitmap(), aNew, false, true); in paint()
324 …SvFileStream aNew((const String&)String(ByteString( "c:\\mask.bmp" ), RTL_TEXTENCODING_UTF8), STRE… in paint() local
325 WriteDIB(aMask, aNew, false, true); in paint()
/trunk/main/sw/source/core/layout/
H A Dflyincnt.cxx134 SwAttrSetChg aNew( *(SwAttrSetChg*)pNew ); in Modify() local
137 aNew.ClearItem( RES_SURROUND ); in Modify()
139 aNew.ClearItem( RES_FRMMACRO ); in Modify()
140 if( aNew.Count() ) in Modify()
142 SwFlyFrm::Modify( &aOld, &aNew ); in Modify()
/trunk/main/cui/source/tabpages/
H A Dbbdlg.cxx101 SfxItemSet aNew( in PageCreated() local
107 aNew.Put(*GetInputSetImpl()); in PageCreated()
110 aNew.Put(SfxBoolItem(SID_OFFER_IMPORT, true)); in PageCreated()
112 rTabPage.PageCreated(aNew); in PageCreated()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx692 Any aNew; in FireChildFocus() local
693 aNew <<= AccessibleStateType::FOCUSED; in FireChildFocus()
694 CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in FireChildFocus()
1316 Any aNew; 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()
1334 Any aNew; in FireFocusEvent() local
1335 aNew <<= AccessibleStateType::FOCUSED; in FireFocusEvent()
1336 CommitChange( AccessibleEventObject( xSource, AccessibleEventId::STATE_CHANGED, aNew, aOld ) ); in FireFocusEvent()
/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx229 css::uno::Any aNew; in AppendToBuffer() local
230 …try { aNew = m_xConverter->convertTo( aValue, ::getCppuType((const css::uno::Sequence < css::uno::… in AppendToBuffer()
233 aNew >>= aSeq; in AppendToBuffer()
314 css::uno::Any aNew; in AppendToBuffer() local
317 aNew = m_xConverter->convertToSimpleType( aValue, css::uno::TypeClass_STRING ); in AppendToBuffer()
322 aNew >>= sVal; in AppendToBuffer()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx147 EdgeEntry aNew(rStart, rEnd); in handleClosingEdge() local
152 && pCurr->getStart().getY() <= aNew.getStart().getY() in handleClosingEdge()
153 && *pCurr != aNew) in handleClosingEdge()
159 if(pCurr && *pCurr == aNew) in handleClosingEdge()
174 EdgeEntry* pNew = new EdgeEntry(aNew); in handleClosingEdge()
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx150 Bitmap aNew( rBmp ); in GetPreparedBitmap() local
151 const Size aSizePix( aNew.GetSizePixel() ); in GetPreparedBitmap()
157 aNew.Scale( aRect.GetSize() ); in GetPreparedBitmap()
162 aNew.ReduceColors( (sal_uInt16) aNmLayers.GetValue(), BMP_REDUCE_SIMPLE ); in GetPreparedBitmap()
164 return aNew; in GetPreparedBitmap()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmdlg.cxx236 SfxItemSet aNew(*GetInputSetImpl()->GetPool(), in PageCreated() local
240 aNew.Put(m_rSet); in PageCreated()
243 aNew.Put(SfxBoolItem(SID_OFFER_IMPORT, true)); in PageCreated()
245 rPage.PageCreated(aNew); in PageCreated()
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx140 MapMode aNew = rMap; in lcl_MoveMapMode() local
141 Point aOrigin = aNew.GetOrigin(); in lcl_MoveMapMode()
144 aNew.SetOrigin(aOrigin); in lcl_MoveMapMode()
145 return aNew; in lcl_MoveMapMode()

Completed in 148 milliseconds

12345678