Home
last modified time | relevance | path

Searched refs:aTemp (Results 51 – 75 of 166) sorted by relevance

1234567

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx172 SvMemoryStream aTemp; in implWriteBitmapEx() local
173 aTemp.SetCompressMode( aTemp.GetCompressMode() | COMPRESSMODE_ZBITMAP ); in implWriteBitmapEx()
174 aTemp.SetVersion( SOFFICE_FILEFORMAT_40 ); // sj: up from version 40 our bitmap stream operator in implWriteBitmapEx()
175 WriteDIBBitmapEx(aBitmapEx, aTemp); // is capable of zlib stream compression in implWriteBitmapEx()
176 aTemp.Seek( STREAM_SEEK_TO_END ); in implWriteBitmapEx()
177 nZippedFileSize = aTemp.Tell(); in implWriteBitmapEx()
H A Doutmap.cxx420 BigInt aTemp( n ); in ImplLogicToPixel() local
421 aTemp *= BigInt( nDPI ); in ImplLogicToPixel()
422 aTemp *= BigInt( nMapNum ); in ImplLogicToPixel()
424 if ( aTemp.IsNeg() ) in ImplLogicToPixel()
427 aTemp -= aMapScDenom2; in ImplLogicToPixel()
432 aTemp += aMapScDenom2; in ImplLogicToPixel()
435 aTemp /= BigInt( nMapDenom ); in ImplLogicToPixel()
436 return (long)aTemp; in ImplLogicToPixel()
H A Dbitmap.cxx670 const BitmapColor aTemp( pAcc->GetPixel( nY, nX ) ); in Mirror() local
673 pAcc->SetPixel( nY, nOther, aTemp ); in Mirror()
720 const BitmapColor aTemp( pAcc->GetPixel( nY, nX ) ); in Mirror() local
723 pAcc->SetPixel( nOtherY, nOtherX, aTemp ); in Mirror()
732 const BitmapColor aTemp( pAcc->GetPixel( nHeight_2, nX ) ); in Mirror() local
734 pAcc->SetPixel( nHeight_2, nOtherX, aTemp ); in Mirror()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx460 String aTemp; in ExecReload_Impl() local
461 utl::LocalFileHelper::ConvertPhysicalNameToURL( pMed->GetPhysicalName(), aTemp ); in ExecReload_Impl()
462 INetURLObject aPhysObj( aTemp ); in ExecReload_Impl()
2961 com::sun::star::uno::Any aTemp; in AddDispatchMacroToBasic_Impl() local
2971 aTemp = xRoot->getByName(sLib); in AddDispatchMacroToBasic_Impl()
2973 aTemp >>= xLib; in AddDispatchMacroToBasic_Impl()
2998 aTemp = xLib->getByName(sModule); in AddDispatchMacroToBasic_Impl()
2999 aTemp >>= sCode; in AddDispatchMacroToBasic_Impl()
3014 aTemp <<= sRoutine.makeStringAndClear(); in AddDispatchMacroToBasic_Impl()
3020 xModulCont->replaceByName(sModule,aTemp); in AddDispatchMacroToBasic_Impl()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dtxtattr.cxx819 SfxItemSet aTemp(GetPool(), in GetAttrState() local
823 aTemp.Put(aCoreSet); in GetAttrState()
824 ::SwToSfxPageDescAttr(aTemp); in GetAttrState()
825 rSet.Put(aTemp.Get(SID_ATTR_PARA_MODEL)); in GetAttrState()
/trunk/main/ucb/source/inc/
H A Dregexpmap.tpt258 RegexpMapConstIter aTemp(*this);
260 return aTemp;
308 RegexpMapIter aTemp(*this);
310 return aTemp;
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx212 ::basegfx::B2DPolyPolygon aTemp( rPoly ); in mapPolyPolygon()
214 aTemp.transform( aMatrix ); in mapPolyPolygon()
216 return ::PolyPolygon( aTemp ); in mapPolyPolygon()
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx151 INetURLObject aTemp( pCurGrp->GetFileName() ); in SetCurGroup() local
152 String sCurBase = aTemp.getBase(); in SetCurGroup()
153 aTemp.removeSegment(); in SetCurGroup()
154 const String sCurEntryPath = aTemp.GetMainURL(INetURLObject::NO_DECODE); in SetCurGroup()
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx192 utl::TempFile aTemp(sLeading,&sExt,&sPath ); in SplitDoc() local
193 aTemp.EnableKillingFile(); in SplitDoc()
553 utl::TempFile aTemp(sLeading,&sExt,&sPath ); in SplitDoc() local
554 aTemp.EnableKillingFile(); in SplitDoc()
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx534 const B2DPolyPolygon aTemp(tools::solveCrossovers(aBezierPolygon)); in createAreaGeometryForEdge() local
535 const sal_uInt32 nTempCount(aTemp.count()); in createAreaGeometryForEdge()
545 aBezierPolygon = aTemp.getB2DPolygon(a); in createAreaGeometryForEdge()
569 aBezierPolygon = aTemp.getB2DPolygon(0); in createAreaGeometryForEdge()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx715 const uno::Sequence< rendering::ARGBColor > aTemp( convertIntegerToARGB(deviceColor) ); in convertIntegerToRGB() local
716 const sal_Size nLen(aTemp.getLength()); in convertIntegerToRGB()
721 *pOut++ = rendering::RGBColor(aTemp[i].Red, in convertIntegerToRGB()
722 aTemp[i].Green, in convertIntegerToRGB()
723 aTemp[i].Blue); in convertIntegerToRGB()
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx1044 String aTemp; in PagebreakMove() local
1046 pOld->Format( aTemp, SCA_VALID ); in PagebreakMove()
1048 aPagebreakDrag.Format( aTemp, SCA_VALID ); in PagebreakMove()
1049 if (aTemp.Len()) in PagebreakMove()
1053 aNewRanges += aTemp; in PagebreakMove()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx320 ::rtl::OUString aTemp( GetEntryText( pEntry ) ); in ~ContentListBox_Impl()
359 ::rtl::OUString aTemp( GetEntryText( pEntry ) ); in ClearChildren()
651 String aTemp = aURL; in InitializeIndex() local
652 AppendConfigToken_Impl( aTemp, sal_True ); in InitializeIndex()
653 aURL = aTemp; in InitializeIndex()
1006 ::rtl::OUString aTemp; in SearchTabPage_Impl()
1007 if ( aUserItem >>= aTemp ) in SearchTabPage_Impl()
1009 aUserData = String( aTemp ); in SearchTabPage_Impl()
2987 rtl::OUString aTemp; in LoadConfig() local
2988 if ( aUserItem >>= aTemp ) in LoadConfig()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx210 …const SvgGradientEntry aTemp(bCreateStartPad ? fPos : 0.0, rStart.getColor(), rStart.getOpacity()); in createRun() local
212 createAtom(rTargetColor, rTargetOpacity, aTemp, rStart, nOffset); in createRun()
232 const SvgGradientEntry aTemp(fPos, rEnd.getColor(), rEnd.getOpacity()); in createRun() local
234 createAtom(rTargetColor, rTargetOpacity, rEnd, aTemp, nOffset); in createRun()
/trunk/main/l10ntools/source/
H A Dlocalize.cxx281 DirEntry aTemp( Export::GetTempFile()); in WorkOnFile() local
282 ByteString sTempFile( aTemp.GetFull(), RTL_TEXTENCODING_ASCII_US ); in WorkOnFile()
327 SvFileStream aSDFIn( aTemp.GetFull(), STREAM_READ ); in WorkOnFile()
337 aTemp.Kill(); in WorkOnFile()
/trunk/main/reportdesign/source/filter/xml/
H A Ddbloader2.cxx55 ::comphelper::SequenceAsHashMap aTemp(Descriptor); in detect()
56 …::rtl::OUString sTemp = aTemp.getUnpackedValueOrDefault(::rtl::OUString(RTL_CONSTASCII_USTRINGPARA… in detect()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx1197 OKeySetMatrix::iterator aTemp = m_aKeyMap.begin(); in isFirst() local
1198 ++aTemp; in isFirst()
1199 return m_aKeyIter == aTemp && m_aKeyIter != m_aKeyMap.end(); in isFirst()
1208 OKeySetMatrix::iterator aTemp = m_aKeyMap.end(); in isLast() local
1209 --aTemp; in isLast()
1210 return m_aKeyIter == aTemp; in isLast()
1405 OKeySetMatrix::iterator aTemp = m_aKeyIter; in refreshRow() local
1407 m_aKeyMap.erase(aTemp); in refreshRow()
/trunk/main/basegfx/source/vector/
H A Db2dvector.cxx180 const double aTemp(-aPerpendicular.getY()); in getNormalizedPerpendicular() local
182 aPerpendicular.setX(aTemp); in getNormalizedPerpendicular()
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx156 ::std::auto_ptr<Window> aTemp(m_pPanel); in ~OAppBorderWindow()
162 ::std::auto_ptr<Window> aTemp(m_pDetailView); in ~OAppBorderWindow()
297 ::std::auto_ptr<Window> aTemp(m_pWin); in ~OApplicationView()
/trunk/main/sc/inc/
H A Ddpglobal.hxx94 ByteString aTemp( x , RTL_TEXTENCODING_UTF8 ); \
95 DBG_TRACE( aTemp.GetBuffer() );\
/trunk/main/starmath/source/
H A Dview.cxx1323 String aTemp = aText; in Insert() local
1349 aTemp += aText; in Insert()
1350 aText = aTemp; in Insert()
1372 String aTemp = aText; in InsertFrom() local
1398 aTemp += aText; in InsertFrom()
1399 aText = aTemp; in InsertFrom()
/trunk/main/automation/source/server/
H A Dprofiler.cxx223 String aTemp(aAutoProfileBuffer); in GetAutoProfiling() local
225 return aTemp; in GetAutoProfiling()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx984 SdrHdlList aTemp( rHandlerList.GetView() ); in addCustomHandles() local
985 mpPathObj->AddToHdlList( aTemp ); in addCustomHandles()
989 for( nHandle = 0; nHandle < aTemp.GetHdlCount(); ++nHandle ) in addCustomHandles()
991 SdrHdl* pTempHdl = aTemp.GetHdl( nHandle ); in addCustomHandles()
/trunk/main/svtools/source/edit/
H A Dtextdata.cxx58 TextPaM aTemp( maStartPaM ); in Justify() local
60 maEndPaM = aTemp; in Justify()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryViewSwitch.cxx75 ::std::auto_ptr<Window> aTemp(m_pTextView); in ~OQueryViewSwitch()
79 ::std::auto_ptr<Window> aTemp(m_pDesignView); in ~OQueryViewSwitch()

Completed in 246 milliseconds

1234567