Home
last modified time | relevance | path

Searched refs:aNew (Results 101 – 125 of 183) sorted by relevance

12345678

/trunk/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx574 Sequence <sal_Int8> aNew; in _setSingleValue() local
575 if(rValue >>= aNew) in _setSingleValue()
577 mpDoc->SetRedlinePassword(aNew); in _setSingleValue()
578 if(aNew.getLength()) in _setSingleValue()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx331 SwNumFmt aNew; in MakeNumRule() local
332 pFmt->ChgNumFmt( rSh, aNew ); in MakeNumRule()
333 rChg.Set( n, aNew ); in MakeNumRule()
/trunk/main/sc/source/core/data/
H A Dclipparam.cxx178 ScRange aNew(nCol1, nRow1, p->aStart.Tab(), nCol2, nRow2, p->aStart.Tab()); in transpose() local
179 aNewRanges.Append(aNew); in transpose()
H A Dtable2.cxx651 SvxBoxItem aNew( ATTR_BORDER ); in TransposeClip() local
652 aNew.SetLine( rOldBox.GetLine( BOX_LINE_TOP ), BOX_LINE_LEFT ); in TransposeClip()
653 aNew.SetLine( rOldBox.GetLine( BOX_LINE_LEFT ), BOX_LINE_TOP ); in TransposeClip()
654 aNew.SetLine( rOldBox.GetLine( BOX_LINE_BOTTOM ), BOX_LINE_RIGHT ); in TransposeClip()
655 aNew.SetLine( rOldBox.GetLine( BOX_LINE_RIGHT ), BOX_LINE_BOTTOM ); in TransposeClip()
656 aNew.SetDistance( rOldBox.GetDistance( BOX_LINE_TOP ), BOX_LINE_LEFT ); in TransposeClip()
657 aNew.SetDistance( rOldBox.GetDistance( BOX_LINE_LEFT ), BOX_LINE_TOP ); in TransposeClip()
658 aNew.SetDistance( rOldBox.GetDistance( BOX_LINE_BOTTOM ), BOX_LINE_RIGHT ); in TransposeClip()
659 aNew.SetDistance( rOldBox.GetDistance( BOX_LINE_RIGHT ), BOX_LINE_BOTTOM ); in TransposeClip()
660 rNewSet.Put( aNew ); in TransposeClip()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx1678 SwFmtAnchor aNew( rFlyAnchor ); in _RestoreCntntIdx() local
1690 aNew.SetAnchor( &aNewPos ); in _RestoreCntntIdx()
1691 pFrmFmt->SetFmtAttr( aNew ); in _RestoreCntntIdx()
1846 SwFmtAnchor aNew( rFlyAnchor ); in _RestoreCntntIdx() local
1858 aNew.SetAnchor( &aNewPos ); in _RestoreCntntIdx()
1859 pFrmFmt->SetFmtAttr( aNew ); in _RestoreCntntIdx()
/trunk/main/sfx2/source/control/
H A Drequest.cxx376 ::rtl::OUString aNew; in Record()
378 rArgs[0].Value >>= aNew; in Record()
379 aStr += aNew; in Record()
/trunk/main/linguistic/source/
H A Dlngopt.cxx101 Locale aNew; in SetLocale_Impl() local
102 rVal >>= aNew; in SetLocale_Impl()
103 …nNew = MsLangId::resolveSystemLanguageByScriptType(MsLangId::convertLocaleToLanguage(aNew), nType); in SetLocale_Impl()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx504 ucbhelper::Content aNew; in createFolder() local
507 if ( !aCnt.insertNewContent( rCurr.Type, aNames, aValues, aNew ) ) in createFolder()
784 ucbhelper::Content aNew; in createNewFile() local
786 rCurr.Type, aNames, aValues, data, aNew ) ) in createNewFile()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx561 Mapping aNew; in IMPL_LINK() local
562 aNew.sTableName = String(pDatMan->getActiveDataTable()); in IMPL_LINK()
563 aNew.sURL = String(pDatMan->getActiveDataSource()); in IMPL_LINK()
572 aNew.aColumnPairs[nWriteIndex].sRealColumnName = sSel; in IMPL_LINK()
573 aNew.aColumnPairs[nWriteIndex].sLogicalColumnName = pConfig->GetDefColumnName(nEntry); in IMPL_LINK()
582 pConfig->SetMapping(aDesc, &aNew); in IMPL_LINK()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx82 String aNew = aOld.GetToken(0,'#'); in SetTimeLimit() local
83 aNew += String::CreateFromInt32( nSeconds ); in SetTimeLimit()
84 aNew += aOld.GetToken(1,'#'); in SetTimeLimit()
85 maFtTime.SetText( aNew ); in SetTimeLimit()
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx952 beans::PropertyValue aNew; in ApplyStyleSheets() local
953aNew.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FollowStyle")); in ApplyStyleSheets()
954aNew.Value = uno::makeAny(ConvertStyleName( ( *aNextStyleIt )->sStyleIdentifierD )); in ApplyStyleSheets()
955 aSortedPropVals.Insert( aNew ); in ApplyStyleSheets()
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx783 basegfx::B2DPolygon aNew; in TakeCreatePoly() local
785 aNew.append(basegfx::B2DPoint(pU->aCenter.X(), pU->aCenter.Y())); in TakeCreatePoly()
786 aNew.append(basegfx::B2DPoint(pU->aP1.X(), pU->aP1.Y())); in TakeCreatePoly()
787 aRetval.append(aNew); in TakeCreatePoly()
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()
/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/sw/source/filter/basflt/
H A Dshellio.cxx905 SwPageDesc aNew( rPgDsc ); in Write() local
910 aNew.GetMaster().SetFmtAttr( aNewSz ); in Write()
911 pOutDoc->ChgPageDesc( 0, aNew ); in Write()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx328 Any aEmpty, aNew; in AddChild() local
329 aNew <<= xChild; in AddChild()
333 BroadcastAccEvent( AccessibleEventId::CHILD, aNew, aEmpty ); in AddChild()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx168 rtl::OUString aNew( aStr.copy( 0, nIndex + 1 ) ); in ImpExportEquations() local
169 aNew += String( 'f' ); in ImpExportEquations()
170 aNew += aStr.copy( nIndex + 1, ( aStr.getLength() - nIndex ) - 1 ); in ImpExportEquations()
171 aStr = aNew; in ImpExportEquations()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx254 …SvFileStream aNew((const String&)String(ByteString( "c:\\test.bmp" ), RTL_TEXTENCODING_UTF8), STRE… in ImpSaveBackground() local
255 WriteDIB(aBitmap, aNew, false, true); in ImpSaveBackground()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h136 void setHDC(HDC aNew) { mhLocalDC = aNew; } in setHDC() argument
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2965 SwFmtFrmSize aNew( pLine->GetFrmFmt()->GetFrmSize() ); in SetTabRows() local
2967 if( nNewSize != aNew.GetHeight() ) in SetTabRows()
2969 aNew.SetHeight( nNewSize ); in SetTabRows()
2970 if ( ATT_VAR_SIZE == aNew.GetHeightSizeType() ) in SetTabRows()
2971 aNew.SetHeightSizeType( ATT_MIN_SIZE ); in SetTabRows()
2975 SetRowHeight( aTmpCrsr, aNew ); in SetTabRows()
3166 SvxBoxItem aNew( rBoxItem ); in lcl_BoxSetSplitBoxFmts() local
3167 aNew.SetLine( pFmt->GetBox().GetBottom(), BOX_LINE_TOP ); in lcl_BoxSetSplitBoxFmts()
3168 if( aNew != rBoxItem ) in lcl_BoxSetSplitBoxFmts()
3169 pBox->ClaimFrmFmt()->SetFmtAttr( aNew ); in lcl_BoxSetSplitBoxFmts()
/trunk/main/xmloff/source/chart/
H A DSchXMLTools.cxx232 OUString aNew(rOldChartTypeName); in GetNewChartTypeName() local
238 aNew = aIt->second; in GetNewChartTypeName()
240 return aNew; in GetNewChartTypeName()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx813 Any aNew = makeAny(newName); in rename() local
816 fire(&nHandle, &aNew, &aOld, 1, sal_True ); in rename()
818 fire(&nHandle, &aNew, &aOld, 1, sal_False ); in rename()
/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/sw/source/core/graphic/
H A Dndgrf.cxx789 Graphic aNew; in ReleaseLink() local
790 nRes = GraphicFilter::LoadGraphic( aFileName, String(), aNew, pFlt ); in ReleaseLink()
794 maGrfObj.SetGraphic( aNew ); in ReleaseLink()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx962 uno::Any aNew; in Expand() local
963 aNew = xConverter->convertToSimpleType( aAny, uno::TypeClass_STRING ); in Expand()
964 aNew >>= sVal; in Expand()
1146 … uno::Any aNew = xConverter->convertToSimpleType( aAny, uno::TypeClass_STRING ); in Expand() local
1147 aNew >>= sVal; in Expand()

Completed in 184 milliseconds

12345678