Home
last modified time | relevance | path

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

1234567

/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx2303 INetURLObject aTemp( mpImpl->msPackageURI ); in GetRelativeReference() local
2305 … sValue = aTemp.smartRel2Abs(sValue, bWasAbsolute ).GetMainURL(INetURLObject::DECODE_TO_IURI); in GetRelativeReference()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3744 ScRange aTemp(*aRanges.GetObject(i)); in queryIntersection() local
3745 if ( aTemp.Intersects( aMask ) ) in queryIntersection()
3746 aNew.Join( ScRange( Max( aTemp.aStart.Col(), aMask.aStart.Col() ), in queryIntersection()
3747 Max( aTemp.aStart.Row(), aMask.aStart.Row() ), in queryIntersection()
3748 Max( aTemp.aStart.Tab(), aMask.aStart.Tab() ), in queryIntersection()
3749 Min( aTemp.aEnd.Col(), aMask.aEnd.Col() ), in queryIntersection()
3750 Min( aTemp.aEnd.Row(), aMask.aEnd.Row() ), in queryIntersection()
3751 Min( aTemp.aEnd.Tab(), aMask.aEnd.Tab() ) ) ); in queryIntersection()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx133 ::std::auto_ptr<OSectionView> aTemp( m_pView); in ~OReportSection()
/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()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1463 ::comphelper::MediaDescriptor aTemp; in impl_loadFromStorage_nolck_throw()
1464 aTemp << aDelegatorArguments; in impl_loadFromStorage_nolck_throw()
1465 xFilter->filter(aTemp.getAsConstPropertyValueList()); in impl_loadFromStorage_nolck_throw()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx803 FieldEntry aTemp(rOther); in operator =() local
804 Swap(aTemp); in operator =()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1065 Point aTemp(0,0); // temporary needed for g++ 3.3.5 in DrawNet() local
1066 Rectangle aCtrlRegion( aTemp, Size( 0, 0 ) ); in DrawNet()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4368 Polygon aTemp; in ImplGetEmphasisMark() local
4369 aPoly.AdaptiveSubdivide( aTemp ); in ImplGetEmphasisMark()
4370 Rectangle aBoundRect = aTemp.GetBoundRect(); in ImplGetEmphasisMark()
4373 rPolyPoly.Insert( aTemp ); in ImplGetEmphasisMark()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx1523 SwPaM aTemp(*rNode.EndOfSectionNode(), rNode); in DeleteRedline() local
1524 return DeleteRedline(aTemp, bSaveInUndo, nDelType); in DeleteRedline()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx409 ::std::auto_ptr<Window> aTemp(m_pView); in initialize()
H A Dunodatbr.cxx332 ::std::auto_ptr<SvLBoxTreeList> aTemp(m_pTreeModel); in disposing()
/trunk/main/automation/source/server/
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/sd/source/filter/eppt/
H A Depptso.cxx4644 ByteString aTemp; in ImplWritePage() local
4645 sal_Char* p = aTemp.AllocBuffer( (sal_uInt16)(nStringLen - 1) ); in ImplWritePage()
4647 aOleIdentifier = String( aTemp, gsl_getSystemTextEncoding() ); in ImplWritePage()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1496 SvMemoryStream aTemp( (void*)pAry, nAryLen, STREAM_READ ); in CreateGraphicProperties() local
1497 sal_uInt32 nErrCode = GraphicConverter::Import( aTemp, aGraphic, CVT_WMF ); in CreateGraphicProperties()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2632 ::std::auto_ptr<Window> aTemp(m_pSelectionBox); in ~OQueryDesignView()

Completed in 279 milliseconds

1234567