Searched refs:pInsPos (Results 1 – 11 of 11) sorted by relevance
/trunk/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 83 pInsPos( 0 ), in SvxRTFParser() 133 delete pInsPos; in ~SvxRTFParser() 140 if( pInsPos ) in SetInsPos() 141 delete pInsPos; in SetInsPos() 142 pInsPos = rNew.Clone(); in SetInsPos() 147 DBG_ASSERT( pInsPos, "no insertion" ); in CallParser() 149 if( !pInsPos ) in CallParser() 883 *pInsPos ); in _GetAttrSet() 979 int bCrsrBack = !pInsPos->GetCntIdx(); in AttrGroupEnd() 1034 *pOld, *pInsPos, sal_True ); in AttrGroupEnd() [all …]
|
H A D | rtfitem.cxx | 250 if( !pAkt || (pAkt->pSttNd->GetIdx() == pInsPos->GetNodeIdx() && in ReadAttr() 251 pAkt->nSttCnt == pInsPos->GetCntIdx() )) in ReadAttr() 263 *pAkt, *pInsPos, sal_True ); in ReadAttr() 276 pAkt->SetStartPos( *pInsPos ); in ReadAttr() 1881 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( *pAkt, *pInsPos, sal_True ); in RTFPardPlain() 1894 pAkt->SetStartPos( *pInsPos ); in RTFPardPlain()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwshg.cxx | 56 const Point* pInsPos ) in InsertURLButton() argument 113 if (pInsPos) in InsertURLButton() 114 aPos = *pInsPos; in InsertURLButton()
|
/trunk/main/editeng/inc/editeng/ |
H A D | svxrtf.hxx | 234 SvxPosition* pInsPos; member in SvxRTFParser 351 SvxPosition& GetInsPos() const { return *pInsPos; } in GetInsPos()
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 193 void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos = 0 ); 194 void InsertSort( SvULongs& rArr, sal_uLong nIdx, sal_uInt16* pInsPos = 0 ); 3204 void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos ) in InsertSort() argument 3227 if( pInsPos ) in InsertSort() 3228 *pInsPos = nU; in InsertSort() 3231 void InsertSort( SvULongs& rArr, sal_uLong nIdx, sal_uInt16* pInsPos ) in InsertSort() argument 3254 if( pInsPos ) in InsertSort() 3255 *pInsPos = nU; in InsertSort()
|
/trunk/main/sw/inc/ |
H A D | docary.hxx | 91 sal_Bool InsertWithValidRanges( SwRedlinePtr& p, sal_uInt16* pInsPos = 0 );
|
/trunk/main/sw/source/core/inc/ |
H A D | mvsave.hxx | 114 const SwNodeIndex* pInsPos );
|
/trunk/main/sw/source/core/doc/ |
H A D | docredln.cxx | 2652 sal_Bool SwRedlineTbl::InsertWithValidRanges( SwRedlinePtr& p, sal_uInt16* pInsPos ) in InsertWithValidRanges() argument 2744 if( pInsPos && *pInsPos < nInsPos ) in InsertWithValidRanges() 2745 *pInsPos = nInsPos; in InsertWithValidRanges()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 394 const Point* pInsPos = NULL );
|
/trunk/main/sw/source/core/fields/ |
H A D | reffld.cxx | 74 extern void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos = 0 );
|
H A D | expfld.cxx | 553 extern void InsertSort( SvUShorts& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos = 0 ); in SetSeqRefNo()
|
Completed in 76 milliseconds