Home
last modified time | relevance | path

Searched refs:aNew (Results 151 – 175 of 183) sorted by relevance

12345678

/trunk/main/sw/source/core/inc/
H A DSwUndoFmt.hxx207 mutable SwNumRule aNew; member in SwUndoNumruleCreate
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx2051 String aNew = ScDocumentLoader::GetOptions(*pNewShell->GetMedium()); in loadSrcDocument() local
2052 if (aNew.Len() && aNew != aOptions) in loadSrcDocument()
2053 aOptions = aNew; in loadSrcDocument()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx3028 SwStringMsgPoolItem aNew( RES_TITLE_CHANGED, rTitle ); in SetObjTitle() local
3030 ModifyNotification( &aOld, &aNew ); in SetObjTitle()
3064 SwStringMsgPoolItem aNew( RES_DESCRIPTION_CHANGED, rDescription ); in SetObjDescription() local
3066 ModifyNotification( &aOld, &aNew ); in SetObjDescription()
H A Dtrvlfrm.cxx1894 SwSelBoxes aNew; in MakeTblCrsrs() local
1923 aNew.Insert( pInsBox ); in MakeTblCrsrs()
1954 rTblCrsr.ActualizeSelection( aNew ); in MakeTblCrsrs()
H A Dwsfrm.cxx520 SwRect aNew( Point(0,0), aNewSize ); in ChgSize()
521 (aFrm.*fnRect->fnSetWidth)( (aNew.*fnRect->fnGetWidth)() ); in ChgSize()
522 long nNew = (aNew.*fnRect->fnGetHeight)(); in ChgSize()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx757 std::pair< xub_StrLen, xub_StrLen > aNew; in lcl_DrawLineForWrongListData() local
758 aNew.first = nNextStart; in lcl_DrawLineForWrongListData()
759 aNew.second = nNextEnd; in lcl_DrawLineForWrongListData()
760 rForbidden.insert( pIter, aNew ); in lcl_DrawLineForWrongListData()
H A Dtxtedt.cxx664 SwFmtChg aNew( GetFmtColl() ); in RstTxtAttr() local
665 NotifyClients( 0, &aNew ); in RstTxtAttr()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx430 uno::Reference < embed::XEmbeddedObject > aNew = aCnt.GetEmbeddedObject( aName ); in RepeatImpl() local
432 svt::EmbeddedObjectRef( aNew, in RepeatImpl()
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx512 Content aNew; in MakeFolder() local
517 return MakeFolder( aCnt, aTitle, aNew, bNewOnly ); in MakeFolder()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx273 uno::Any aNew; in fill() local
274 aNew = xConverter->convertToSimpleType( aAny, TypeClass_STRING ); in fill()
275 if ((aNew >>= aStr) && aStr.getLength()) { in fill()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2283 String aNew; in generateLabel() local
2287aNew = String( aCellName.GetBuffer(), static_cast<xub_StrLen>(pBuf - aCellName.GetBuffer()) ); in generateLabel()
2292aNew = String( pBuf, static_cast<xub_StrLen>((aCellName.GetBuffer() + nLen) - pBuf) ); in generateLabel()
2296 aTxt = aTxt.Replace( nPos, aRplc.Len(), aNew ); in generateLabel()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx149 const OUString aNew( OUString::createFromAscii( *pd ) ); in ImplTranslateAttribute() local
150 rString = rString.replaceAt( nIndex, nLength, aNew ); in ImplTranslateAttribute()
151 nIndex += aNew.getLength(); in ImplTranslateAttribute()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx298 void SetColor(Color aNew, sal_Bool bCallLink = sal_False);
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx1337 Any aNew = bool2any( _bNew ); in fireProperty() local
1339 fire( &_nProperty, &aNew, &aOld, 1, sal_False ); in fireProperty()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx198 void setLanguageType(LanguageType aNew) { if(aNew != maLanguageType) maLanguageType = aNew; } in setLanguageType() argument
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1586 INetURLObject aNew( pImportDlg->GetPath() ); in IMPL_LINK() local
1587 if ( !aBgdGraphicPath.Len() || aNew != aOld ) in IMPL_LINK()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx2084 …SvFileStream aNew(String(ByteString( "c:\\test.bmp" ), RTL_TEXTENCODING_UTF8), STREAM_WRITE|STREAM… in processBasePrimitive2D() local
2086 WriteDIB(aBmContent, aNew, false, true); in processBasePrimitive2D()
/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/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/docnode/
H A Dndtbl1.cxx465 SwFmtFrmSize aNew( ATT_MIN_SIZE, 0, nHeight ); in BalanceRowHeight() local
475 ::lcl_ProcessRowSize( aFmtCmp, (SwTableLine*)aRowArr[i], aNew ); in BalanceRowHeight()
/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/Accessibility/
H A DAccessibleDocumentPagePreview.cxx729 void FindChanged(ScShapeChildVec& aOld, ScShapeChildVec& aNew) const;
730 void FindChanged(ScShapeRange& aOld, ScShapeRange& aNew) const;
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx324 TSectionsMap::iterator aNew = getIteratorAtPos(_nPosition == 0 ? _nPosition+1: _nPosition - 1); in removeSection() local
326 …m_pParent->getReportView()->UpdatePropertyBrowserDelayed((*aNew)->getReportSection().getSectionVie… in removeSection()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx2313 const SwFindRowSpanCacheObj aNew( rKeyBox, rCacheBox, nSteps, bStart ); in SetCachedStartEndOfRowSpan() local
2314 aCache.push_front( aNew ); in SetCachedStartEndOfRowSpan()

Completed in 305 milliseconds

12345678