Home
last modified time | relevance | path

Searched refs:pPos (Results 101 – 125 of 182) sorted by relevance

12345678

/trunk/main/sw/source/core/undo/
H A Duntbl.cxx788 SwPosition *const pPos = aPam.GetPoint(); in UndoImpl() local
791 pPos->nNode = nTblNd; in UndoImpl()
792 pPos->nContent.Assign(pPos->nNode.GetNode().GetCntntNode(), 0); in UndoImpl()
798 RemoveIdxRel( rIdx.GetIndex()+1, *pPos ); in UndoImpl()
807 SwNodeIndex& rIdx = pPos->nNode; in UndoImpl()
816 pPos->nContent.Assign( pTxtNd, pTxtNd->GetTxt().Len() ); in UndoImpl()
817 RemoveIdxRel( nEndNode + 1, *pPos ); in UndoImpl()
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx179 Point* pPos = maObjPositions.back(); in ~SwObjPosOscillationControl() local
180 delete pPos; in ~SwObjPosOscillationControl()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx1279 const SwPosition* pPos = pPam->GetPoint(); in InsPicture() local
1282 aAnchor.SetAnchor( pPos ); in InsPicture()
1286 if (pDoc->IsInHeaderFooter(pPos->nNode)) in InsPicture()
1303 _SetPictureSize( *pGrfNd, pPos->nNode, in InsPicture()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx83 const Any *pPos = 0, *pFilter = 0, *pTrans = 0; in handleElementItem() local
99 pPos = &rPos.maValue; in handleElementItem()
111 rProperty.maValue, pPos, pFilter, pTrans, in handleElementItem()
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx475 const SwPosition * pPos = rAnchor.GetCntntAnchor(); in lcl_AnchoredFrames() local
477 if (pPos && &pPos->nNode.GetNode() == &rNode) in lcl_AnchoredFrames()
H A Ddocredln.cxx69 void lcl_CheckPosition( const SwPosition* pPos ) in lcl_CheckPosition() argument
71 SwPosition aComparePos( *pPos ); in lcl_CheckPosition()
74 DBG_ASSERT( pPos->nContent.GetIdxReg() == in lcl_CheckPosition()
78 SwTxtNode* pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in lcl_CheckPosition()
81 DBG_ASSERT( pPos->nContent == 0, in lcl_CheckPosition()
86 DBG_ASSERT( pPos->nContent >= 0 && in lcl_CheckPosition()
87 pPos->nContent <= pTxtNode->Len(), in lcl_CheckPosition()
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx837 const SwPosition* pPos = &pBkmk->GetMarkStart(); in FindAnchor() local
839 pTxtNd = pPos->nNode.GetNode().GetTxtNode(); in FindAnchor()
840 *pStt = pPos->nContent.GetIndex(); in FindAnchor()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx1142 Parameter ** pPos = aList.find(aAttribute, nSection, bPresent); in scanParameters() local
1301 *pPos = new Parameter(*pPos, aAttribute, aCharset, aLanguage, aValue, in scanParameters()
1350 Parameter ** pPos = aList.find(aAttribute, nSection, bPresent); in scanParameters() local
1522 *pPos = new Parameter(*pPos, aAttribute, aCharset, aLanguage, aValue, in scanParameters()
/trunk/main/sal/osl/w32/
H A Dfile.cxx1018 SAL_CALL osl_getFilePos(oslFileHandle Handle, sal_uInt64 *pPos) in osl_getFilePos() argument
1021 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile) || (0 == pPos)) in osl_getFilePos()
1025 *pPos = pImpl->getPos(); in osl_getFilePos()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx360 const SwPosition *pPos = rPam.Start(); in getCrsrPropertyValue() local
362 rPam.GetDoc()->GetNodes()[pPos->nNode.GetIndex()]->GetTxtNode(); in getCrsrPropertyValue()
364 ? pTxtNd->GetFldTxtAttrAt( pPos->nContent.GetIndex(), true ) in getCrsrPropertyValue()
H A Dunodraw.cxx1229 const SwPosition *pPos = aAnchor.GetCntntAnchor(); in setPropertyValue() local
1230 SwTxtNode *pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in setPropertyValue()
1232 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue()
1315 const SwPosition *pPos = rOldAnchor.GetCntntAnchor(); in setPropertyValue() local
1316 SwTxtNode *pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in setPropertyValue()
1318 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue()
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx210 sal_uInt16 *pPos = NULL );
2131 sal_uInt16 *pPos ) in AddEntry() argument
2149 if ( pPos ) in AddEntry()
2150 nPos = *pPos; in AddEntry()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx658 sal_uInt16* pPos /* 0 bzw. Position, ab der die Bindings in GetStateCache() argument
668 const sal_uInt16 nStart = ( pPos ? *pPos : 0 ); in GetStateCache()
674 if ( pPos ) in GetStateCache()
675 *pPos = nPos; in GetStateCache()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx223 const ScAddress* pPos = NULL,
226 const ScAddress* pPos = NULL,
/trunk/main/sal/osl/unx/
H A Dfile.cxx1294 SAL_CALL osl_getFilePos( oslFileHandle Handle, sal_uInt64* pPos ) in osl_getFilePos() argument
1298 if ((0 == pImpl) || (-1 == pImpl->m_fd) || (0 == pPos)) in osl_getFilePos()
1302 *pPos = pImpl->getPos(); in osl_getFilePos()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx868 void ScViewFunc::InsertPageBreak( sal_Bool bColumn, sal_Bool bRecord, const ScAddress* pPos, in InsertPageBreak() argument
873 if (pPos) in InsertPageBreak()
874 aCursor = *pPos; in InsertPageBreak()
888 void ScViewFunc::DeletePageBreak( sal_Bool bColumn, sal_Bool bRecord, const ScAddress* pPos, in DeletePageBreak() argument
893 if (pPos) in DeletePageBreak()
894 aCursor = *pPos; in DeletePageBreak()
H A Dprintfun.cxx1923 ScAddress* pPos = (ScAddress*) aNotePosList.GetObject( nNoteStart+nCount ); in DoNotes() local
1924 if (pPos) in DoNotes()
1926 ScBaseCell* pCell = pDoc->GetCell( *pPos); in DoNotes()
1939 pPos->Format( aMarkStr, SCA_VALID, pDoc, pDoc->GetAddressConvention() ); in DoNotes()
1950 pLocationData->AddNoteText( aTextRect, *pPos ); in DoNotes()
1952 pLocationData->AddNoteMark( aMarkRect, *pPos ); in DoNotes()
/trunk/main/linguistic/source/
H A Dhyphdsp.cxx185 sal_Int16 *pPos = aHyphPos.getArray(); in buildPossHyphens() local
203 pPos[ nHyphCount++ ] = (sal_Int16) nHyphIdx; in buildPossHyphens()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx327 void insertNewValue( PDFEntry* pNewValue, iteratorT pPos ) in insertNewValue() argument
377 parseError( pMsg, pPos ); in insertNewValue()
/trunk/main/sw/source/core/inc/
H A Dnode2lay.hxx73 const SwPosition *pPos = 0,
H A Dnotxtfrm.hxx59 sal_Bool GetCrsrOfst(SwPosition* pPos, Point& aPoint,
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx218 sal_uInt16* pPos ) in Find() argument
225 if( pPos ) in Find()
226 *pPos = (sal_uInt16)ii; in Find()
/trunk/main/xmloff/inc/
H A DXMLBackgroundImageExport.hxx52 const ::com::sun::star::uno::Any *pPos,
/trunk/main/sw/inc/
H A Dftnidx.hxx51 SwTxtFtn* SeekEntry( const SwNodeIndex& rIdx, sal_uInt16* pPos = 0 ) const;
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx1377 const SwPosition* pPos = &rBkmk.GetMarkPos(); in AppendBookmarks() local
1381 if( pOPos && pOPos->nNode == pPos->nNode && in AppendBookmarks()
1382 pOPos->nContent < pPos->nContent ) in AppendBookmarks()
1384 pPos = pOPos; in AppendBookmarks()
1388 if( !pOPos || ( nNd == pPos->nNode.GetIndex() && in AppendBookmarks()
1389 ( nCntnt = pPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks()
1392 sal_uLong nCp = nSttCP + pPos->nContent.GetIndex() - nAktPos; in AppendBookmarks()

Completed in 204 milliseconds

12345678