Home
last modified time | relevance | path

Searched refs:aTemp (Results 1 – 25 of 166) sorted by relevance

1234567

/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx113 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 …]
/trunk/main/svx/source/engine3d/
H A Dcamera3d.cxx199 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 Dviewpt3d2.cxx148 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 Dextrud3d.cxx201 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()
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx292 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 …]
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx55 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 …]
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx768 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 …]
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx86 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 …]
/trunk/main/filter/source/placeware/
H A Dexporter.cxx198 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 …]
/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx451 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 …]
/trunk/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx324 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);
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx361 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 …]
/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx60 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()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlUri.cxx285 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()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx711 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 …]
/trunk/main/sd/source/filter/
H A Dsdfilter.cxx77 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()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx363 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 …]
/trunk/main/sc/source/filter/xml/
H A Dxmldrani.hxx142 …::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
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx93 ::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 Ddbconversion.cxx92 ::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()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx3806 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 …]
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx552 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 …]
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx500 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 Dpolygontemplate.hxx500 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()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx1061 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()

Completed in 442 milliseconds

1234567