Home
last modified time | relevance | path

Searched refs:aTmp1 (Results 1 – 12 of 12) sorted by relevance

/trunk/main/tools/source/generic/
H A Dbigint.cxx808 BigInt aTmp1, aTmp2; in operator +=() local
809 aTmp1.MakeBigInt( *this ); in operator +=()
836 BigInt aTmp1, aTmp2; in operator -=() local
837 aTmp1.MakeBigInt( *this ); in operator -=()
857 BigInt aTmp1, aTmp2; in operator *=() local
919 BigInt aTmp1, aTmp2; in operator /=() local
920 aTmp1.MakeBigInt( *this ); in operator /=()
987 BigInt aTmp1, aTmp2; in DivMod() local
988 aTmp1.MakeBigInt( *this ); in DivMod()
1037 BigInt aTmp1, aTmp2; in operator %=() local
[all …]
/trunk/main/basegfx/test/
H A Dclipstate.cxx114 B2DPolyPolygon aTmp1; in verifyPoly() local
116 aTmp1, rtl::OUString::createFromAscii(sSvg), false, 0)) << sName; in verifyPoly()
123 ASSERT_TRUE(aTmp2 == aTmp1) << sName; in verifyPoly()
149 B2DPolyPolygon aTmp1; in TEST_F() local
151 aTmp1, rtl::OUString::createFromAscii(unionSvg), false, 0); in TEST_F()
153 aMixedClip.intersectPolyPolygon(aTmp1); in TEST_F()
H A Dboxclipper.cxx243 B2DPolyPolygon aTmp1; in verifyPoly() local
244 ASSERT_TRUE(tools::importFromSvgD(aTmp1, in verifyPoly()
253 ASSERT_TRUE(normalizePoly(aTmp2) == normalizePoly(aTmp1)) << sName; in verifyPoly()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx277 Rectangle aTmp1( aRect.SVRect() ); in ImplEndAction() local
278 aTmp1 = GetOut()->LogicToPixel( aTmp1 ); in ImplEndAction()
279 Rectangle aTmp2( GetOut()->PixelToLogic( aTmp1 ) ); in ImplEndAction()
281 aTmp1.Left() = Max( 0L, aTmp1.Left() - 1L ); in ImplEndAction()
283 aTmp1.Top() = Max( 0L, aTmp1.Top() - 1L ); in ImplEndAction()
284 aTmp1.Right() += 1; in ImplEndAction()
285 aTmp1.Bottom() += 1; in ImplEndAction()
286 aTmp1 = GetOut()->PixelToLogic( aTmp1 ); in ImplEndAction()
287 aRect = SwRect( aTmp1 ); in ImplEndAction()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx362 String aTmp1 = ToLower( aURL, nSystemLanguage ); in SearchForDictionaries() local
363 xub_StrLen nPos = aTmp1.SearchBackward( '/' ); in SearchForDictionaries()
365 aTmp1 = aTmp1.Copy( nPos + 1 ); in SearchForDictionaries()
373 if(aTmp1 == aTmp2) in SearchForDictionaries()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1208 SwFmtChg aTmp1( pOldColl ); in ChgFmtColl() local
1210 SwCntntNode::Modify( &aTmp1, &aTmp2 ); in ChgFmtColl()
1890 SwFmtChg aTmp1( pOldColl ? pOldColl : GetFmtColl() ); in SetCondFmtColl() local
1892 NotifyClients( &aTmp1, &aTmp2 ); in SetCondFmtColl()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx348 String aTmp1; in MarkCurEntry() local
353 aTmp1 = GetEntryText( pCurEntry ); in MarkCurEntry()
359 if( aTmp1 != aTmp2) in MarkCurEntry()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3420 String aTmp1( aSymbol.GetToken( 0, ':', nIndex ) ); in AutoCorrectParsedSymbol() local
3421 xub_StrLen nLen1 = aTmp1.Len(); in AutoCorrectParsedSymbol()
3435 aSym += aTmp1; in AutoCorrectParsedSymbol()
3436 bLastAlp = CharClass::isAsciiAlpha( aTmp1 ); in AutoCorrectParsedSymbol()
3463 if ( !bLastAlp && !CharClass::isAsciiNumeric( aTmp1 ) ) in AutoCorrectParsedSymbol()
3468 aTmp1 = aTmp2; in AutoCorrectParsedSymbol()
3475 aSymbol += aTmp1; in AutoCorrectParsedSymbol()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2595 SwFmtChg aTmp1( pNd->GetFmtColl() ); in FmtToTxtAttr() local
2596 pNd->NotifyClients( &aTmp1, &aTmp1 ); in FmtToTxtAttr()
H A Dndtxt.cxx3748 SwFmtChg aTmp1( pOldColl ); in ChgFmtColl() local
3750 HandleModifyAtTxtNode( *this, &aTmp1, &aTmp2 ); in ChgFmtColl()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx1988 const SfxPointItem aTmp1( SID_ATTR_POSITION, pSh->GetAnchorObjDiff()); in SetFrmMode() local
1990 rBnd.SetState( aTmp1 ); in SetFrmMode()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx3524 const SfxPointItem aTmp1( SID_ATTR_POSITION, aRelPos ); in MouseMove() local
3525 rBnd.SetState( aTmp1 ); in MouseMove()

Completed in 148 milliseconds