Home
last modified time | relevance | path

Searched refs:aTmp (Results 1 – 25 of 426) sorted by last modified time

12345678910>>...18

/trunk/main/linguistic/source/
H A Dmisc.cxx423 OUString aTmp( rWord ); in AddEntryToDic() local
431 aTmp = aTmp.copy( 0, nLen - 1 ); in AddEntryToDic()
434 sal_Bool bAddOk = rxDic->add( aTmp, bIsNeg, rRplcTxt ); in AddEntryToDic()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx815 ::rtl::OUString aTmp; in DirEntry()
817 if ( FileBase::getFileURLFromSystemPath( OUString( rInitName ), aTmp ) == FileBase::E_None ) in DirEntry()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx741 Point aTmp(MM100_TO_TWIP(aMM100Pos.X), MM100_TO_TWIP(aMM100Pos.Y)); in add() local
742 pDoc->GetCurrentLayout()->GetCrsrOfst( pPam->GetPoint(), aTmp, &aState ); //swmod 080218 in add()
1342 Point aTmp( pObj->GetSnapRect().TopLeft() ); in setPropertyValue() local
1343 … pDoc->GetCurrentLayout()->GetCrsrOfst( aPam.GetPoint(), aTmp, &aState ); in setPropertyValue()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx387 SvMemoryStream aTmp; in write() local
389 (*i)->write( aTmp ); in write()
394 aTmp.Seek(0); in write()
399 aTag.addStream( aTmp ); in write()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2043 utl::TempFile aTmp; in getTransferData() local
2044 aTmp.EnableKillingFile( sal_True ); in getTransferData()
2045 storeToURL( aTmp.GetURL(), uno::Sequence < beans::PropertyValue >() ); in getTransferData()
2046 SvStream* pStream = aTmp.GetStream( STREAM_READ ); in getTransferData()
3072 ByteString aTmp( "SfxDocumentEvent: " ); in postEvent_Impl() local
3073 aTmp += ByteString( String(aName), RTL_TEXTENCODING_UTF8 ); in postEvent_Impl()
3074 DBG_TRACE( aTmp.GetBuffer() ); in postEvent_Impl()
3089 ByteString aTmp( "SfxEvent: " ); in postEvent_Impl() local
3090 aTmp += ByteString( String(aName), RTL_TEXTENCODING_UTF8 ); in postEvent_Impl()
3091 DBG_TRACE( aTmp.GetBuffer() ); in postEvent_Impl()
/trunk/main/l10ntools/source/
H A Dhelpmerge.cxx329 std::vector<ByteString> aTmp; in parse_languages() local
352 std::copy( aLanguages.begin() , unique_iter , back_inserter( aTmp ) ); in parse_languages()
353 aLanguages = aTmp; in parse_languages()
477 DirEntry aTmp( sTempFile ); in MergeSingleFile() local
546 aTmp.Kill(); in MergeSingleFile()
553 aTmp.Kill(); in MergeSingleFile()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5596 MetricVector aTmp; in DrawText() local
5597 GetGlyphBoundRects( rStartPt, rStr, nIndex, nLen, nIndex, aTmp ); in DrawText()
5600 for( MetricVector::const_iterator it = aTmp.begin(); it != aTmp.end(); ++it, nIndex++ ) in DrawText()
5610 if( next != aTmp.end() && aClip.IsOver( *next ) ) in DrawText()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx210 Locale aTmp( MsLangId::convertLanguageToLocale( in getLocales() local
212 aSuppLocales[k++] = aTmp; in getLocales()
400 OString aTmp( OU2ENC(nTerm, eEnc) ); in queryMeanings() local
401 nmean = pTH->Lookup(aTmp.getStr(),aTmp.getLength(),&pmean); in queryMeanings()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3574 SwPaM aTmp(*pEndNd, 0, *pEndNd, nDropCapLen+1); in ReadText() local
3575 pCtrlStck->Delete(aTmp); in ReadText()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1811 SvULongs aTmp( 0, 5); in UndoImpl() local
1812 aTmp.Insert( Ptrs.pNewSttNds, 0 ); in UndoImpl()
1815 for( sal_uInt16 n = aTmp.Count(); n; ) in UndoImpl()
1818 sal_uLong nIdx = aTmp[ --n ]; in UndoImpl()
1838 while( i && aTmp[ --i ] > nSttIdx ) in UndoImpl()
1839 aTmp[ i ] += nNdCnt; in UndoImpl()
2102 SwNodeIndex aTmp( aIdx, -1 ); in UndoImpl() local
2103 SwCntntNode *pMove = aTmp.GetNode().GetCntntNode(); in UndoImpl()
2184 SwNodeIndex aTmp( rRg.aStart, -1 ), aTmp2( rPos, -1 ); in MoveBoxCntnt() local
2190 aTmp++; in MoveBoxCntnt()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2058 Font aTmp( pOutDev->GetFont() ); in DrawGraphic() local
3759 SwRect aTmp( rRect ); in Paint() local
3760 PaintBorder( aTmp, pPage, rAttrs ); in Paint()
3776 SwRect aTmp( Prt() ); aTmp += Frm().Pos(); in Paint() local
3777 aRegion -= aTmp; in Paint()
5130 SwRect aTmp( Point( nY, aInter.Top() ), in PaintGrid() local
5142 aTmp.Pos().X() = nY; in PaintGrid()
5199 aTmp.Pos().X() = nY; in PaintGrid()
5204 SwTwips nHeight = aTmp.Pos().X() in PaintGrid()
5273 aTmp.Pos().Y() = nY; in PaintGrid()
[all …]
H A Dlayact.cxx223 SwRegionRects aTmp( rRect ); in PaintWithoutFlys() local
228 for ( i = 0; i < rObjs.Count() && aTmp.Count(); ++i ) in PaintWithoutFlys()
293 aTmp -= pFly->Frm(); in PaintWithoutFlys()
297 const SwRect *pData = aTmp.GetData(); in PaintWithoutFlys()
298 for ( i = 0; i < aTmp.Count(); ++pData, ++i ) in PaintWithoutFlys()
2466 SwRect aTmp( pSh->VisArea() ); in SwLayIdle() local
2476 bActions |= aTmp != pSh->VisArea(); in SwLayIdle()
2477 if ( aTmp == pSh->VisArea() && pSh->ISA(SwCrsrShell) ) in SwLayIdle()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1919 Rectangle aTmp( aPt, aSz ); in ShowContour() local
1920 pOut->DrawEllipse( aTmp ); in ShowContour()
2133 const SwRect aTmp( SwContourCache::CalcBoundRect in CalcRightMargin() local
2135 SwTwips nTmpRight = (aTmp.*fnRect->fnGetRight)(); in CalcRightMargin()
2147 const long nTmpTop = (aTmp.*fnRect->fnGetTop)(); in CalcRightMargin()
2158 if( ! (aTmp.*fnRect->fnGetHeight)() || in CalcRightMargin()
2163 if( aTmp.IsOver( aLine ) && nTmpRight > nFlyRight ) in CalcRightMargin()
2221 const SwRect aTmp( pNext->GetObjRectWithSpaces() ); in CalcLeftMargin() local
2223 if( (aTmp.*fnRect->fnGetLeft)() >= nFlyLeft ) in CalcLeftMargin()
2240 const SwRect aTmp( SwContourCache::CalcBoundRect in CalcLeftMargin() local
[all …]
H A Dpormulti.cxx1937 SwTxtFormatInfo aTmp( aInf, *pCurr, nActWidth ); in BuildMultiPortion() local
1940 aTmp.SetRuby( !rMulti.OnTop() ); in BuildMultiPortion()
1948 aTmp.SetRest( pFld ); in BuildMultiPortion()
1954 aTmp.SetRest( aInf.GetRest() ); in BuildMultiPortion()
1958 if ( bHasGrid && aTmp.IsRuby() && ! bRubyTop ) in BuildMultiPortion()
1959 aTmp.SetSnapToGrid( sal_False ); in BuildMultiPortion()
1961 BuildPortions( aTmp ); in BuildMultiPortion()
1963 aTmp.SetSnapToGrid( bOldGridModeAllowed ); in BuildMultiPortion()
1970 pNextSecond = aTmp.GetRest(); in BuildMultiPortion()
1975 pNextFirst = aTmp.GetRest(); in BuildMultiPortion()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2436 Point aTmp(rRect.TopLeft()); in TakeUnrotatedSnapRect() local
2437 RotatePoint(aTmp,Point(),aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect()
2438 aTmp-=rRect.TopLeft(); in TakeUnrotatedSnapRect()
2439 rRect.Move(aTmp.X(),aTmp.Y()); in TakeUnrotatedSnapRect()
H A Dsvdoashp.cxx3217 Rectangle aTmp( aRect ); //creating temporary rectangle #i61108# in SetPage() local
3218 NbcSetSnapRect( aTmp ); in SetPage()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1111 String aTmp( pMat1->GetString( *pFormatter, i, j)); in MatConcat() local
1112 aTmp += pMat2->GetString( *pFormatter, i, j); in MatConcat()
1113 pResMat->PutString( aTmp, i, j); in MatConcat()
1348 String aTmp( sStr); in ScAmpersand() local
1349 aTmp += pMat->GetString( *pFormatter, i); in ScAmpersand()
1350 pResMat->PutString( aTmp, i); in ScAmpersand()
1363 String aTmp( pMat->GetString( *pFormatter, i)); in ScAmpersand() local
1364 aTmp += sStr; in ScAmpersand()
1365 pResMat->PutString( aTmp, i); in ScAmpersand()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx851 rtl::OUString aTmp; in run() local
852 aRet >>= aTmp; in run()
854 aHelpURLBuffer.append(aTmp); in run()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2558 uno::Any aTmp; in GetRenderView() local
2565 aTmp = pProps[i].Value; in GetRenderView()
2571 if (aTmp >>= xController) in GetRenderView()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx1284 SwNodeIndex aTmp( GetDoc()->GetNodes() ); in UpdateLinks() local
1285 GetDoc()->GetFtnIdxs().UpdateFtn( aTmp ); in UpdateLinks()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx602 String aTmp( rString); in GetIndexPuttingAndConverting() local
603 rNewInserted = PutandConvertEntrySystem( aTmp, rCheckPos, rType, in GetIndexPuttingAndConverting()
2056 String aTmp( '0' ); in ImpGetFormatCodeIndex() local
2057 aTmp += GetNumDecimalSep(); in ImpGetFormatCodeIndex()
2058 aTmp.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "############" ) ); in ImpGetFormatCodeIndex()
2059 rSeq[0].Code = aTmp; in ImpGetFormatCodeIndex()
4075 String aTmp( rSymStr ); in CompleteNegativeFormatString() local
4076 aTmp += ' '; in CompleteNegativeFormatString()
4077 aTmp += '-'; in CompleteNegativeFormatString()
4078 rStr.Insert( aTmp, 0 ); in CompleteNegativeFormatString()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx737 String aTmp(aSourceFieldName); in AddConnection() local
739 aDestFieldName = aTmp; in AddConnection()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx279 SwTwips aTmp = aSz.GetHeight(); in ChgAllPageOrientation() local
281 aSz.SetWidth( aTmp ); in ChgAllPageOrientation()
318 SwTwips aTmp = aSz.Height(); in ChgAllPageSize() local
320 aSz.Width() = aTmp; in ChgAllPageSize()
562 MapMode aTmp( pOutDev->GetMapMode() ); in PrintOrPDFExport()
563 aTmp.SetOrigin( aNewOrigin ); in PrintOrPDFExport()
564 pOutDev->SetMapMode( aTmp ); in PrintOrPDFExport()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx808 const MapMode aTmp( MAP_TWIP ); in CalcAndSetScale() local
810 _aVisArea = OutputDevice::LogicToLogic( _aVisArea, aUnit, aTmp); in CalcAndSetScale()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1805 ::com::sun::star::uno::Any aTmp( &rFComp, ::getCppuType((const ::com::sun::star::uno::Reference< in InsertControl()
1808 rFormComps->insertByIndex( rFormComps->getCount(), aTmp ); in InsertControl()

Completed in 357 milliseconds

12345678910>>...18