Home
last modified time | relevance | path

Searched refs:aNew (Results 1 – 25 of 183) sorted by last modified time

12345678

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx3281 basegfx::B2DHomMatrix aNew; in TRSetBaseGeometry() local
3284 aNew.translate(-0.5, -0.5); in TRSetBaseGeometry()
3285 aNew.scale(bMirrorX ? -1.0 : 1.0, bMirrorY ? -1.0 : 1.0); in TRSetBaseGeometry()
3286 aNew.translate(0.5, 0.5); in TRSetBaseGeometry()
3287 aNew = rMatrix * aNew; in TRSetBaseGeometry()
3290 aNew.decompose(aScale, aTranslate, fRotate, fShearX); in TRSetBaseGeometry()
H A Dsvdhdl.cxx1132 void SdrHdlColor::SetColor(Color aNew, sal_Bool bCallLink) in SetColor() argument
1135 aNew = GetLuminance(aNew); in SetColor()
1137 if(aMarkerColor != aNew) in SetColor()
1140 aMarkerColor = aNew; in SetColor()
H A Dcharthelper.cxx107 const drawinglayer::primitive2d::Primitive2DSequence aNew( in tryToGetChartContentAsPrimitive2DSequence() local
114 aNew); in tryToGetChartContentAsPrimitive2DSequence()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2037 Sequence <sal_Int8> aNew; in setPropertyValue() local
2038 if(aValue >>= aNew) in setPropertyValue()
2041 pDoc->SetRedlinePassword(aNew); in setPropertyValue()
2042 if(aNew.getLength()) in setPropertyValue()
/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()
H A Dviewsh.cxx1430 SvFileStream aNew(aTmpString, STREAM_WRITE|STREAM_TRUNC); in SmoothScroll() local
1431 WriteDIB(aBitmap, aNew, false, true); in SmoothScroll()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2743 ScRange aNew( (SCCOL)nStartX, (SCROW)nStartY, parentAddress.aStart.Tab(), in Range() local
2745 xCellRange = new ScCellRangeObj( getScDocShell(), aNew ); in Range()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6702 Bitmap aNew; in GetBLIPDirect() local
6703 if( ReadDIB(aNew, *pGrStream, false) ) in GetBLIPDirect()
6705 rData = Graphic( aNew ); in GetBLIPDirect()
/trunk/main/forms/source/xforms/
H A Dcollection.hxx315 void _elementReplaced( const sal_Int32 nPos, const T& aNew ) in _elementReplaced() argument
322 com::sun::star::uno::makeAny( aNew ) ); in _elementReplaced()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx737 ScRangeListRef aNew = new ScRangeList; in LimitChartIfAll() local
759 aNew->Append(aRange); in LimitChartIfAll()
766 rRangeList = aNew; in LimitChartIfAll()
5336 String aNew = pTab[nTab+1]->GetPageStyle(); in NeedPageResetAfterTab() local
5337 if ( aNew != pTab[nTab]->GetPageStyle() ) in NeedPageResetAfterTab()
5339 SfxStyleSheetBase* pStyle = xPoolHelper->GetStylePool()->Find( aNew, SFX_STYLE_FAMILY_PAGE ); in NeedPageResetAfterTab()
H A Dcolumn2.cxx1069 SfxItemSet aNew( *rOld.GetPool(), rOld.GetRanges() ); // leer in RemoveEditAttribs() local
1070 pEngine->SetParaAttribs( nPar, aNew ); in RemoveEditAttribs()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx298 void SetColor(Color aNew, sal_Bool bCallLink = sal_False);
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx162 const OUString aNew( OUString::createFromAscii( *pd ) ); in convertMeasure() local
163 rString = rString.replaceAt( nIndex, nLength, aNew ); in convertMeasure()
164 nIndex += aNew.getLength(); in convertMeasure()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx262 String aNew = aFinder.GetText(); in DoRefConversion() local
265 ScTokenArray* pArr = aComp.CompileString( aNew ); in DoRefConversion()
H A Deditsh.cxx519 String aNew = aFinder.GetText(); in Execute() local
521 pEngine->SetText( aNew ); in Execute()
525 pTopView->GetEditEngine()->SetText( aNew ); in Execute()
H A Dgridwin.cxx4758 ScRange aNew = rNewUn; in lcl_PaintRefChanged() local
4760 aNew.Justify(); in lcl_PaintRefChanged()
4764 if ( aNew.aStart == aNew.aEnd ) //! Tab ignorieren? in lcl_PaintRefChanged()
4773 SCCOL nNewCol2 = aNew.aEnd.Col(); in lcl_PaintRefChanged()
4774 SCROW nNewRow2 = aNew.aEnd.Row(); in lcl_PaintRefChanged()
4897 ScRange aNew = aOld; in RFMouseMove() local
4900 aNew.aEnd.SetCol((SCCOL)nPosX); in RFMouseMove()
4901 aNew.aEnd.SetRow((SCROW)nPosY); in RFMouseMove()
4924 aNew.aEnd.SetCol((SCCOL)nEndX); in RFMouseMove()
4925 aNew.aEnd.SetRow((SCROW)nEndY); in RFMouseMove()
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx891 String aNew; in ShowTipCursor() local
999 String aNew; in UseFormulaData() local
1003 ShowTip( aNew ); in UseFormulaData()
1035 String aNew; in UseFormulaData() local
1137 String aNew; in NextFormulaEntry() local
1471 String aNew; in UseColData() local
1478 lcl_RemoveLineEnd( aNew ); in UseColData()
1543 String aNew; in NextAutoEntry() local
1548 lcl_RemoveLineEnd( aNew ); in NextAutoEntry()
1817 SfxItemSet aNew( rOld ); in RemoveAdjust()
[all …]
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx1226 ByteString aNew( aPart, rFontItem.GetCharSet() ); in StoreData() local
1228 aText.Insert( aNew, pAttr->GetStart() ); in StoreData()
1472 String aNew( aPart, rFontItem.GetCharSet() ); in CreateData() local
1474 pC->GetText().Insert( aNew, pAttr->GetStart() ); in CreateData()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1173 Any aNew,aOld; in fireRowcount() local
1174 aNew <<= nCurrentRowCount; aOld <<= m_nLastKnownRowCount; in fireRowcount()
1175 fire(&nHandle,&aNew,&aOld,1,sal_False); in fireRowcount()
1181 Any aNew,aOld; in fireRowcount() local
1182 aNew <<= bCurrentRowCountFinal; in fireRowcount()
1184 fire(&nHandle,&aNew,&aOld,1,sal_False); in fireRowcount()
/trunk/main/sw/source/core/doc/
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/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/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx235 Any aNew = _bShow ? makeAny( _xChild ) : Any(); in NotifyChildEvent() local
236 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOld, aNew ); in NotifyChildEvent()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx1894 SwSelBoxes aNew; in MakeTblCrsrs() local
1923 aNew.Insert( pInsBox ); in MakeTblCrsrs()
1954 rTblCrsr.ActualizeSelection( aNew ); in MakeTblCrsrs()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h136 void setHDC(HDC aNew) { mhLocalDC = aNew; } in setHDC() argument
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1786 AutoRecovery::TDocumentInfo aNew; in implts_registerDocument() local
1787 aNew.Document = xDocument; in implts_registerDocument()
1791 aNew.OrgURL = xDoc->getLocation(); in implts_registerDocument()
1794 aNew.Title = xTitle->getTitle (); in implts_registerDocument()
1803 implts_specifyAppModuleAndFactory(aNew); in implts_registerDocument()
1809 (!aNew.OrgURL.getLength() ) && in implts_registerDocument()
1810 (!aNew.FactoryURL.getLength()) in implts_registerDocument()
1822 implts_specifyDefaultFilterAndExtension(aNew); in implts_registerDocument()
1831 aNew.TemplateURL = xDocProps->getTemplateURL(); in implts_registerDocument()
1847 aNew.ID = m_nIdPool; in implts_registerDocument()
[all …]

Completed in 309 milliseconds

12345678