Home
last modified time | relevance | path

Searched refs:rTmp (Results 1 – 16 of 16) sorted by relevance

/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx423 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleFinalOwnLeftEdge() local
428 rTmp.maPoints.begin(), in handleFinalOwnLeftEdge()
429 rTmp.maPoints.end()); in handleFinalOwnLeftEdge()
471 rTmp.maPoints.begin(), in handleComplexLeftEdge()
472 rTmp.maPoints.end()); in handleComplexLeftEdge()
474 rTmp.maPoints.clear(); in handleComplexLeftEdge()
475 rTmp.append(rIntersectionPoint); in handleComplexLeftEdge()
481 rTmp.mpLeadingRightEdge = NULL; in handleComplexLeftEdge()
496 ImplPolygon& rTmp=rPolygonPool.get(nTmpIdx); in handleComplexRightEdge() local
498 rTmp.append(rIntersectionPoint); in handleComplexRightEdge()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtio.cxx66 void lcl_OutFollow( XubString &rTmp, const SwFrm* pFrm ) in lcl_OutFollow() argument
73 rTmp += "("; in lcl_OutFollow()
75 rTmp += "."; in lcl_OutFollow()
79 rTmp += nFrmId; in lcl_OutFollow()
81 rTmp += ")"; in lcl_OutFollow()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx156 void lcl_ConvertTOUNameToProgrammaticName(OUString& rTmp) in lcl_ConvertTOUNameToProgrammaticName() argument
160 if(rTmp.equals(pShellRes->aTOXUserName)) in lcl_ConvertTOUNameToProgrammaticName()
162 rTmp = OUString(C2U(cUserDefined)); in lcl_ConvertTOUNameToProgrammaticName()
166 else if(rTmp.equalsAscii(cUserDefined)) in lcl_ConvertTOUNameToProgrammaticName()
168 rTmp += C2U(cUserSuffix); in lcl_ConvertTOUNameToProgrammaticName()
173 lcl_ConvertTOUNameToUserName(OUString& rTmp) in lcl_ConvertTOUNameToUserName() argument
176 if(rTmp.equalsAscii(cUserDefined)) in lcl_ConvertTOUNameToUserName()
178 rTmp = pShellRes->aTOXUserName; in lcl_ConvertTOUNameToUserName()
181 USER_AND_SUFFIXLEN == rTmp.getLength()) in lcl_ConvertTOUNameToUserName()
184 if (rTmp.matchAsciiL(cUserDefined, sizeof(cUserDefined)) && in lcl_ConvertTOUNameToUserName()
[all …]
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx163 const SwNodeIndex& rTmp = pPam->GetPoint()->nNode; in CallParser() local
164 pInsPam = new SwPaM( rTmp, rTmp, 0, -1 ); in CallParser()
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx313 _SwSrchChrAttr const& rTmp) in lcl_IsAttributeIgnorable() argument
322 ? ((rTmp.nEnd < nNdStart) || (nNdEnd < rTmp.nStt)) in lcl_IsAttributeIgnorable()
323 : ((rTmp.nEnd <= nNdStart) || (nNdEnd <= rTmp.nStt))); in lcl_IsAttributeIgnorable()
H A Dswcrsr.cxx2159 sal_Bool lcl_SeekEntry( const SwSelBoxes& rTmp, const SwStartNode* pSrch, sal_uInt16& rFndPos ) in lcl_SeekEntry() argument
2163 sal_uInt16 nO = rTmp.Count(), nM, nU = 0; in lcl_SeekEntry()
2170 if( rTmp[ nM ]->GetSttNd() == pSrch ) in lcl_SeekEntry()
2175 else if( rTmp[ nM ]->GetSttIdx() < nIdx ) in lcl_SeekEntry()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1811 const SwRect &rTmp = (*pRegion)[i]; in CheckInvalidForPaint() local
1812 if ( sal_False == (bStop = rTmp.IsOver( VisArea() )) ) in CheckInvalidForPaint()
1832 { const SwRect &rTmp = (*pRegion)[i]; in CheckInvalidForPaint() local
1833 if ( !rRect.IsInside( rTmp ) ) in CheckInvalidForPaint()
1835 InvalidateWindows( rTmp ); in CheckInvalidForPaint()
1836 if ( rTmp.IsOver( VisArea() ) ) in CheckInvalidForPaint()
1837 { aRegion -= rTmp; in CheckInvalidForPaint()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx171 const SwNodeIndex& rTmp = pPam->GetPoint()->nNode; in Read() local
172 pUndoPam = new SwPaM( rTmp, rTmp, 0, -1 ); in Read()
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx113 const SwPamRange& rTmp = *(GetData() + nArrPos ); in SetPam() local
114 rPam.GetPoint()->nNode = rTmp.nStart; in SetPam()
117 rPam.GetPoint()->nNode = rTmp.nEnd; in SetPam()
H A Dautofmt.cxx653 const String& rTmp = pAktTxtNd->GetTxt(); in DoTable() local
654 xub_StrLen nSttPlus = GetLeadingBlanks( rTmp ); in DoTable()
655 xub_StrLen nEndPlus = GetTrailingBlanks( rTmp ); in DoTable()
659 ( '+' != ( cChar = rTmp.GetChar( nSttPlus )) && '|' != cChar ) || in DoTable()
660 ( '+' != ( cChar = rTmp.GetChar( nEndPlus - 1)) && '|' != cChar )) in DoTable()
666 const sal_Unicode* pStr = rTmp.GetBuffer() + n; in DoTable()
/trunk/main/cui/source/options/
H A Doptlingu.cxx664 ServiceInfo_Impl &rTmp = aDisplayServiceArr[ i ]; in GetInfoByImplName() local
665 if (rTmp.sSpellImplName == rSvcImplName || in GetInfoByImplName()
666 rTmp.sHyphImplName == rSvcImplName || in GetInfoByImplName()
667 rTmp.sThesImplName == rSvcImplName || in GetInfoByImplName()
668 rTmp.sGrammarImplName == rSvcImplName) in GetInfoByImplName()
669 pInfo = &rTmp; in GetInfoByImplName()
/trunk/main/xmloff/source/draw/
H A Deventimp.cxx299 const rtl::OUString &rTmp = in SdXMLEventContext() local
301 INetURLObject::translateToInternal( rTmp, msBookmark, in SdXMLEventContext()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1903 sal_Bool SwCntntNode::IsAnyCondition( SwCollCondition& rTmp ) const in IsAnyCondition()
1956 rTmp.SetCondition( (Master_CollConditions)nCond, 0 ); in IsAnyCondition()
1979 rTmp.SetCondition( PARA_IN_OUTLINE, pOutlNd->GetAttrOutlineLevel() - 1 ); in IsAnyCondition()
H A Dndtbl.cxx902 SwPaM& rTmp = (SwPaM&)rRange; // Point immer an den Anfang in TextToTable() local
903 rTmp.DeleteMark(); in TextToTable()
904 rTmp.GetPoint()->nNode = *pTblNd; in TextToTable()
905 SwCntntNode* pCNd = GetNodes().GoNext( &rTmp.GetPoint()->nNode ); in TextToTable()
906 rTmp.GetPoint()->nContent.Assign( pCNd, 0 ); in TextToTable()
H A Dndcopy.cxx1625 const _ZSortFly &rTmp = aArr[k]; in CopyFlyInFlyImpl() local
1626 const SwFrmFmt *pTmp = rTmp.GetFmt(); in CopyFlyInFlyImpl()
/trunk/main/sw/inc/
H A Dnode.hxx498 sal_Bool IsAnyCondition( SwCollCondition& rTmp ) const;

Completed in 344 milliseconds