Home
last modified time | relevance | path

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

1234567

/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/automation/source/server/
H A Dprofiler.cxx223 String aTemp(aAutoProfileBuffer); in GetAutoProfiling() local
225 return aTemp; in GetAutoProfiling()
H A Dstatemnt.cxx2597 ::rtl::OUString aTemp; in Execute()
2598 ::svt::OStringTransfer::PasteString( aTemp, GetFirstDocFrame() ); in Execute()
2599 pRet->GenReturn ( RET_Value, nMethodId, String( aTemp ) ); in Execute()
/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/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/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()
H A Db2dpolypolygoncutter.cxx691 basegfx::B2DPolygon aTemp(aRetval.getB2DPolygon(a)); in getB2DPolyPolygon() local
692 const sal_uInt32 nPointCount(aTemp.count()); in getB2DPolyPolygon()
697 const basegfx::B2DPoint aCandidate(aTemp.getB2DPoint(b)); in getB2DPolyPolygon()
703 aTemp.setB2DPoint(b, maCorrectionTable[c].second); in getB2DPolyPolygon()
711 aRetval.setB2DPolygon(a, aTemp); in getB2DPolyPolygon()
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/basegfx/source/vector/
H A Db2dvector.cxx180 const double aTemp(-aPerpendicular.getY()); in getNormalizedPerpendicular() local
182 aPerpendicular.setX(aTemp); in getNormalizedPerpendicular()
/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/chart2/source/controller/main/
H A DDragMethod_RotateDiagram.cxx83 Rectangle aTemp = m_pScene->GetLogicRect(); in DragMethod_RotateDiagram() local
/trunk/main/chart2/source/tools/
H A DInternalData.cxx253 vector< uno::Any > aTemp( m_aRowLabels[nRowIndex] ); in swapRowWithNext() local
255 m_aRowLabels[nRowIndex + 1] = aTemp; in swapRowWithNext()
273 vector< uno::Any > aTemp( m_aColumnLabels[nColumnIndex] ); in swapColumnWithNext() local
275 m_aColumnLabels[nColumnIndex + 1] = aTemp; in swapColumnWithNext()
/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/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 DTKeyColumns.cxx70 ::rtl::OUString aTemp; in createObject()
73 aTemp = xRow->getString(4); in createObject()
76 aRefColumnName = aTemp; in createObject()
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/connectivity/source/drivers/ado/
H A DADriver.cxx284 SQLException aTemp = SQLException(aErr.GetDescription(), in ThrowException() local
286 aTemp.NextException <<= aException; in ThrowException()
287 aException = aTemp; in ThrowException()
H A DAwrapado.cxx776 PositionEnum aTemp=adPosUnknown; in get_AbsolutePosition() local
777 pInterface->get_AbsolutePosition(&aTemp); in get_AbsolutePosition()
778 return aTemp; in get_AbsolutePosition()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx123 OValueRefRow aTemp; in construct() local
124 …OResultSet::setBoundedColumns(m_aEvaluateRow,aTemp,m_xParamColumns,xNames,sal_False,m_xDBMetaData,… in construct()
/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()
H A DRowSetCache.cxx631 ORowSetValue aTemp; in updateObject() local
632 aTemp.fill(x); in updateObject()
633 if ( rInsert[columnIndex] != aTemp ) in updateObject()
636 rInsert[columnIndex] = aTemp; in updateObject()
653 ORowSetValue aTemp; in updateNumericObject() local
654 aTemp.fill(x); in updateNumericObject()
655 if ( rInsert[columnIndex] != aTemp ) in updateNumericObject()
658 rInsert[columnIndex] = aTemp; in updateNumericObject()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx340 ::std::auto_ptr< Window> aTemp( getView() ); in ~OApplicationController()
477 ::std::auto_ptr< Window> aTemp( getView() ); in Construct()
H A DAppDetailPageHelper.cxx347 ::std::auto_ptr<DBTreeListBox> aTemp(m_pLists[i]); in ~OAppDetailPageHelper()
H A DAppTitleWindow.cxx68 ::std::auto_ptr<Window> aTemp(m_pChild); in ~OTitleWindow()

Completed in 182 milliseconds

1234567