| /aoo42x/main/basegfx/source/polygon/ | 
| H A D | b3dpolypolygontools.cxx | 113 				aTemp.clear();  in createUnitCubePolyPolygon() 121 				aTemp.clear();  in createUnitCubePolyPolygon() 126 				aTemp.clear();  in createUnitCubePolyPolygon() 131 				aTemp.clear();  in createUnitCubePolyPolygon() 136 				aTemp.clear();  in createUnitCubePolyPolygon() 165 				aTemp.append(D);  in createUnitCubeFillPolyPolygon() 173 				aTemp.clear();  in createUnitCubeFillPolyPolygon() 182 				aTemp.clear();  in createUnitCubeFillPolyPolygon() 191 				aTemp.clear();  in createUnitCubeFillPolyPolygon() 200 				aTemp.clear();  in createUnitCubeFillPolyPolygon() [all …] 
 | 
| /aoo42x/main/svx/source/engine3d/ | 
| H A D | camera3d.cxx | 199 		aTemp.set(1, 1, fCos);  in SetBankAngle() 200 		aTemp.set(2, 2, fCos);  in SetBankAngle() 201 		aTemp.set(2, 1, fSin);  in SetBankAngle() 204 		aTf *= aTemp;  in SetBankAngle() 217 		aTf *= aTemp;  in SetBankAngle() 232 		aTf *= aTemp;  in SetBankAngle() 246 		aTf *= aTemp;  in SetBankAngle() 289 		aTf *= aTemp;  in Rotate() 307 		aTf *= aTemp;  in Rotate() 342 		aTf *= aTemp;  in RotateAroundLookAt() [all …] 
 | 
| H A D | viewpt3d2.cxx | 148 			aTemp.set(2, 2, fCos);  in MakeTransform() 149 			aTemp.set(1, 1, fCos);  in MakeTransform() 150 			aTemp.set(2, 1, fSin);  in MakeTransform() 152 			aViewTf *= aTemp;  in MakeTransform() 159 			aTemp.set(2, 2, fCos);  in MakeTransform() 160 			aTemp.set(0, 0, fCos);  in MakeTransform() 161 			aTemp.set(0, 2, fSin);  in MakeTransform() 163 			aViewTf *= aTemp;  in MakeTransform() 177 			aTemp.set(1, 1, fCos);  in MakeTransform() 178 			aTemp.set(0, 0, fCos);  in MakeTransform() [all …] 
 | 
| H A D | extrud3d.cxx | 201 		basegfx::B2DPolyPolygon aTemp(maExtrudePolygon);  in GetBreakObj()  local 202 		aTemp.removeDoublePoints();  in GetBreakObj() 203 		aTemp = basegfx::tools::correctOrientations(aTemp);  in GetBreakObj() 204 …const basegfx::B2VectorOrientation aOrient = basegfx::tools::getOrientation(aTemp.getB2DPolygon(0L…  in GetBreakObj() 208 			aTemp.flip();  in GetBreakObj() 211 		aFrontSide = basegfx::tools::createB3DPolyPolygonFromB2DPolyPolygon(aTemp);  in GetBreakObj()
  | 
| /aoo42x/main/comphelper/source/misc/ | 
| H A D | types.cxx | 292 					FontDescriptor aTemp;  in compare_impl()  local 293 					bConversionSuccess = _rValue >>= aTemp;  in compare_impl() 324 					Sequence<sal_Int8> aTemp;  in compare_impl()  local 325 					bConversionSuccess = _rValue >>= aTemp;  in compare_impl() 336 					Sequence<sal_uInt8> aTemp;  in compare_impl()  local 337 					bConversionSuccess = _rValue >>= aTemp;  in compare_impl() 348 					Sequence<sal_Int16> aTemp;  in compare_impl()  local 360 					Sequence<sal_uInt16> aTemp;  in compare_impl()  local 372 					Sequence<sal_Int32> aTemp;  in compare_impl()  local 384 					Sequence<sal_uInt32> aTemp;  in compare_impl()  local [all …] 
 | 
| /aoo42x/main/tools/source/generic/ | 
| H A D | b3dtrans.cxx | 55 	basegfx::B3DHomMatrix aTemp;  in Orientation()  local 56 	aTemp.set(0, 0, aRx.getX());  in Orientation() 57 	aTemp.set(0, 1, aRx.getY());  in Orientation() 58 	aTemp.set(0, 2, aRx.getZ());  in Orientation() 59 	aTemp.set(1, 0, aRy.getX());  in Orientation() 60 	aTemp.set(1, 1, aRy.getY());  in Orientation() 65 	rTarget *= aTemp;  in Orientation() 99 	aTemp.set(3, 2, -1.0);  in Frustum() 101 	aTemp.set(3, 3, 0.0);  in Frustum() 103 	rTarget *= aTemp;  in Frustum() [all …] 
 | 
| /aoo42x/main/xmloff/source/draw/ | 
| H A D | animationexport.cxx | 768 		if( aTemp.hasValue() )  in exportNode() 778 		if( aTemp.hasValue() )  in exportNode() 780 			if( aTemp >>= fTemp )  in exportNode() 795 		if( aTemp.hasValue() )  in exportNode() 851 		if( aTemp.hasValue() )  in exportNode() 864 		if( aTemp.hasValue() )  in exportNode() 879 		if( aTemp.hasValue() )  in exportNode() 881 			if( aTemp >>= nTemp )  in exportNode() 1095 		if( aTemp.hasValue() )  in exportAnimate() 1152 			aTemp <<= aValues;  in exportAnimate() [all …] 
 | 
| /aoo42x/main/editeng/source/uno/ | 
| H A D | unofdesc.cxx | 86 	uno::Any aTemp;  in FillItemSet()  local 100 		aTemp <<= (float)rDesc.Height;  in FillItemSet() 101 		((SfxPoolItem*)&aFontHeightItem)->PutValue( aTemp, MID_FONTHEIGHT|CONVERT_TWIPS );  in FillItemSet() 107 		aTemp <<= rDesc.Slant;  in FillItemSet() 108 		((SfxPoolItem*)&aPostureItem)->PutValue( aTemp, MID_POSTURE );  in FillItemSet() 114 		aTemp <<= (sal_Int16)rDesc.Underline;  in FillItemSet() 115 		((SfxPoolItem*)&aUnderlineItem)->PutValue( aTemp, MID_TL_STYLE );  in FillItemSet() 121 		aTemp <<= rDesc.Weight;  in FillItemSet() 122 		((SfxPoolItem*)&aWeightItem)->PutValue( aTemp, MID_WEIGHT );  in FillItemSet() 128 		aTemp <<= rDesc.Strikeout;  in FillItemSet() [all …] 
 | 
| /aoo42x/main/filter/source/placeware/ | 
| H A D | exporter.cxx | 198 	OUString aTemp;  in createSlideFile()  local 203     aTemp = xDocProps->getTitle();  in createSlideFile() 204 	if( 0 == aTemp.getLength() )  in createSlideFile() 212 				aTemp = rURL.copy( nPos1 + 1, nPos2 - nPos1 - 1 );  in createSlideFile() 216 				aTemp = rURL.copy( nPos1 + 1 );  in createSlideFile() 221 			aTemp = rURL;  in createSlideFile() 226 	aInfo += convertString( aTemp );  in createSlideFile() 229     aTemp = xDocProps->getAuthor();  in createSlideFile() 231 	if( aTemp.getLength() )  in createSlideFile() 234 		aInfo += convertString( aTemp );  in createSlideFile() [all …] 
 | 
| /aoo42x/main/basegfx/source/matrix/ | 
| H A D | b3dhommatrix.cxx | 451 		B3DVector aTemp;  in decompose()  local 466 			aTemp.setX(aCol1.getX() - rShear.getX() * aCol0.getX());  in decompose() 467 			aTemp.setY(aCol1.getY() - rShear.getX() * aCol0.getY());  in decompose() 468 			aTemp.setZ(aCol1.getZ() - rShear.getX() * aCol0.getZ());  in decompose() 469 			aCol1 = aTemp;  in decompose() 492 			aTemp.setX(aCol2.getX() - rShear.getY() * aCol0.getX());  in decompose() 493 			aTemp.setY(aCol2.getY() - rShear.getY() * aCol0.getY());  in decompose() 494 			aTemp.setZ(aCol2.getZ() - rShear.getY() * aCol0.getZ());  in decompose() 495 			aCol2 = aTemp;  in decompose() 507 			aTemp.setX(aCol2.getX() - rShear.getZ() * aCol1.getX());  in decompose() [all …] 
 | 
| /aoo42x/main/svx/source/sidebar/area/ | 
| H A D | AreaTransparencyGradientControl.cxx | 324 	sal_uInt16 aTemp = (sal_uInt16)maMtrTrgrAngle.GetValue();  variable 325 	if(aTemp>=315) 326 		aTemp -= 360; 327 	aTemp += 45; 328 	maMtrTrgrAngle.SetValue(aTemp); 340 	sal_uInt16 aTemp = (sal_uInt16)maMtrTrgrAngle.GetValue();  variable 341 	if(aTemp<45) 342 		aTemp += 360; 343 	aTemp -= 45; 344 	maMtrTrgrAngle.SetValue(aTemp);
  | 
| /aoo42x/main/framework/source/services/ | 
| H A D | substitutepathvars.cxx | 361         rtl::OUString   aTemp;  in GetDNSDomainName()  local 367         aTemp = aSockAddr.getHostname( &aResult );  in GetDNSDomainName() 370         sal_Int32 nIndex = aTemp.indexOf( '.' );  in GetDNSDomainName() 371         if ( nIndex >= 0 && aTemp.getLength() > nIndex+1 )  in GetDNSDomainName() 372             m_aDNSDomain = aTemp.copy( nIndex+1 ).toAsciiLowerCase();  in GetDNSDomainName() 701     rtl::OUString   aTemp;  in ConvertOSLtoUCBURL()  local 703     osl::FileBase::getSystemPathFromFileURL( aOSLCompliantURL, aTemp );  in ConvertOSLtoUCBURL() 704     utl::LocalFileHelper::ConvertPhysicalNameToURL( aTemp, aResult );  in ConvertOSLtoUCBURL() 1005         rtl::OUString aTemp;  in impl_reSubstituteVariables()  local 1008             aTemp = ConvertOSLtoUCBURL( aTemp );  in impl_reSubstituteVariables() [all …] 
 | 
| /aoo42x/main/accessibility/inc/accessibility/helper/ | 
| H A D | listboxhelper.hxx | 60 		Rectangle aTemp = m_aComboListBox.GetWindowExtentsRelative(NULL);  in GetDropDownPosSizePixel()  local 62 		aRet.Move(aTemp.TopLeft().X(),aTemp.TopLeft().Y());  in GetDropDownPosSizePixel() 71 			Rectangle aTemp = m_aComboListBox.GetDropDownPosSizePixel();  in GetBoundingRectangle()  local 72 			Size aSize = aTemp.GetSize();  in GetBoundingRectangle() 74 			Point aTopLeft = aTemp.TopLeft();  in GetBoundingRectangle()
  | 
| /aoo42x/main/ucb/source/ucp/webdav/ | 
| H A D | CurlUri.cxx | 285         rtl::OUString aTemp(  in GetPathBaseName()  local 289         nPos = aTemp.indexOf( '?' );  in GetPathBaseName() 291             nPos = aTemp.indexOf( '#' );  in GetPathBaseName() 294             aTemp = aTemp.copy( 0, nPos );  in GetPathBaseName() 296         return aTemp;  in GetPathBaseName()
  | 
| /aoo42x/main/svtools/source/filter/wmf/ | 
| H A D | wmfwr.cxx | 711 			j = aTemp.Len();  in TrueExtTextOut() 1331 					String aTemp( pA->GetText() );  in WriteRecords()  local 1336 					if ( !WMFRecord_Escape_Unicode( aPos, aTemp, NULL ) )  in WriteRecords() 1337 						WMFRecord_TextOut( aPos, aTemp );  in WriteRecords() 1344 					String aTemp( pA->GetText(), pA->GetIndex(), pA->GetLen() );  in WriteRecords()  local 1348 						WMFRecord_TextOut( pA->GetPoint(), aTemp );  in WriteRecords() 1356 					String aTemp( pA->GetText(), pA->GetIndex(), pA->GetLen() );  in WriteRecords()  local 1367 					String aTemp( pA->GetText(), pA->GetIndex(), pA->GetLen() );  in WriteRecords()  local 1373 					nLen = aTemp.Len();  in WriteRecords() 1375 					nNormSize = pVirDev->GetTextArray( aTemp, pDXAry );  in WriteRecords() [all …] 
 | 
| /aoo42x/main/sd/source/filter/ | 
| H A D | sdfilter.cxx | 77 	String aTemp( ::rtl::OUString::createFromAscii( SVLIBRARY( "?" ) ) );  in ImplGetFullLibraryName()  local 78 	xub_StrLen nIndex = aTemp.Search( (sal_Unicode)'?' );  in ImplGetFullLibraryName() 79 	aTemp.Replace( nIndex, 1, rLibraryName );  in ImplGetFullLibraryName() 80 	::rtl::OUString aLibraryName( aTemp );  in ImplGetFullLibraryName()
  | 
| /aoo42x/main/dbaccess/source/ui/tabledesign/ | 
| H A D | TEditControl.cxx | 363         if ( aTemp.Height() > aHeight.Height() )  in InitCellController() 364             aHeight.Height() = aTemp.Height();  in InitCellController() 593 	CellControllerRef aTemp;  in DisplayData()  local 594 	InitController(aTemp, nRow, FIELD_NAME);  in DisplayData() 595 	InitController(aTemp, nRow, FIELD_TYPE);  in DisplayData() 596 	InitController(aTemp, nRow, COLUMN_DESCRIPTION);  in DisplayData() 597     InitController(aTemp, nRow, HELP_TEXT);  in DisplayData() 619 		CellControllerRef aTemp;  in CursorMoved()  local 620 		InitController(aTemp,m_nDataPos,FIELD_NAME);  in CursorMoved() 621 		InitController(aTemp,m_nDataPos,FIELD_TYPE);  in CursorMoved() [all …] 
 | 
| /aoo42x/main/connectivity/source/commontools/ | 
| H A D | DateConversion.cxx | 93 						::rtl::OUString aTemp;  in toSQLString() 94 						_rxTypeConverter->convertToSimpleType(_rVal, TypeClass_STRING) >>= aTemp;  in toSQLString() 101 							nIndex = aTemp.indexOf(sQuot,nIndex);  in toSQLString() 103 								aTemp = aTemp.replaceAt(nIndex,sQuot.getLength(),sQuotToReplace);  in toSQLString() 106 						aRet.append(aTemp);  in toSQLString()
  | 
| H A D | dbconversion.cxx | 92         ::rtl::OUStringBuffer aTemp(toDateString(aDate));  in toDateTimeString() 93         aTemp.appendAscii(" ");  in toDateTimeString() 95         aTemp.append( toTimeString(aTime) );  in toDateTimeString() 96         aTemp.appendAscii(".");  in toDateTimeString() 97         aTemp.append( static_cast<sal_Int32>(_rDateTime.HundredthSeconds));  in toDateTimeString() 98         return  aTemp.makeStringAndClear();  in toDateTimeString()
  | 
| /aoo42x/main/sc/source/filter/xml/ | 
| H A D | xmldrani.hxx | 142 …::star::uno::Sequence <com::sun::star::sheet::TableFilterField2>& aTemp) { aFilterFields = aTemp; }  in SetFilterFields()  argument 143 …rOutputPosition(const com::sun::star::table::CellAddress& aTemp) { aFilterOutputPosition = aTemp; }  in SetFilterOutputPosition()  argument 144 …ess(const com::sun::star::table::CellRangeAddress& aTemp) { aFilterConditionSourceRangeAddress = a…  in SetFilterConditionSourceRangeAddress()  argument
  | 
| /aoo42x/main/tools/source/fsys/ | 
| H A D | urlobj.cxx | 3806 	aTemp.clearPassword();  in GetURLNoPass() 3815 	aTemp.clearFragment();  in GetURLNoMark() 4956 	if (aTemp.HasError())  in setFSysPath() 4959 	*this = aTemp;  in setFSysPath() 5455 	aTemp.clearFragment();  in GetPartBeforeLastName() 5456 	aTemp.clearQuery();  in GetPartBeforeLastName() 5458 	aTemp.setFinalSlash();  in GetPartBeforeLastName() 5480 	aTemp.clearFragment();  in CutLastName() 5481 	aTemp.clearQuery();  in CutLastName() 5484 	*this = aTemp;  in CutLastName() [all …] 
 | 
| /aoo42x/main/filter/source/graphicfilter/eos2met/ | 
| H A D | eos2met.cxx | 552 	SvMemoryStream aTemp(0x00010000,0x00010000);  in WriteImageObject()  local 570     WriteDIB(rBitmap, aTemp, false, true);  in WriteImageObject() 574 	aTemp.Seek(18);  in WriteImageObject() 575 	aTemp >> nWidth >> nHeight;  in WriteImageObject() 576 	aTemp.SeekRel(2);  in WriteImageObject() 577 	aTemp >> nBitsPerPixel;  in WriteImageObject() 578 	aTemp.SeekRel(8);  in WriteImageObject() 579 	aTemp >> nResX >> nResY;  in WriteImageObject() 580 	aTemp.SeekRel(8);  in WriteImageObject() 593 			aTemp >> nb >> ng >> nr; aTemp.SeekRel(1);  in WriteImageObject() [all …] 
 | 
| /aoo42x/main/basegfx/source/inc/ | 
| H A D | PolygonPoint.hxx | 500 					LocalSimplePointEntry aTemp = *aStart;  in flip()  local 502 					*aEnd-- = aTemp;  in flip() 514 					LocalSimpleBezierEntry aTemp = *aStart;  in flip()  local 515 					aTemp.doInvertForFlip();  in flip() 519 					*aEnd-- = aTemp;  in flip()
  | 
| H A D | polygontemplate.hxx | 500 					LocalImplSimplePointEntry aTemp = *aStart;  in flip()  local 502 					*aEnd-- = aTemp;  in flip() 514 					LocalImplSimpleBezierEntry aTemp = *aStart;  in flip()  local 515 					aTemp.doInvertForFlip();  in flip() 519 					*aEnd-- = aTemp;  in flip()
  | 
| /aoo42x/main/sd/source/ui/dlg/ | 
| H A D | animobjs.cxx | 1061 	Size				aTemp( pOutWin->GetOutputSizePixel() );  in CreateAnimObj()  local 1062 …const Point			aWindowCenter( pOutWin->PixelToLogic( Point( aTemp.Width() >> 1, aTemp.Height() >> 1…  in CreateAnimObj() 1260 			aTemp = aMaxSizeLog;  in CreateAnimObj() 1261 			aTemp.Height() = - aTemp.Height() / 2;  in CreateAnimObj() 1262 			aTemp.Width()  = - aTemp.Width() / 2;  in CreateAnimObj() 1263 			pGroup->NbcMove(aTemp);  in CreateAnimObj()
  |