Home
last modified time | relevance | path

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

12345678

/aoo41x/main/sw/source/core/doc/
H A Ddocedt.cxx255 const SwPosition* pPos = rPam.Start(); in _SaveFlyInRange() local
256 const SwNodeIndex& rSttNdIdx = pPos->nNode; in _SaveFlyInRange()
258 pPos->nContent.GetIndex()) ? 1 : 0; in _SaveFlyInRange()
260 pPos = rPam.GetPoint() == pPos ? rPam.GetMark() : rPam.GetPoint(); in _SaveFlyInRange()
261 const SwNodeIndex& rEndNdIdx = pPos->nNode; in _SaveFlyInRange()
263 pPos->nContent == rEndNdIdx.GetNode().GetCntntNode()->Len() )) in _SaveFlyInRange()
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()
/aoo41x/main/xmloff/source/text/
H A Dtxtexppr.cxx85 const Any *pPos = 0, *pFilter = 0, *pTrans = 0; in handleElementItem() local
101 pPos = &rPos.maValue; in handleElementItem()
113 rProperty.maValue, pPos, pFilter, pTrans, in handleElementItem()
/aoo41x/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()
/aoo41x/main/sw/source/filter/rtf/
H A Drtffly.cxx1284 const SwPosition* pPos = pPam->GetPoint(); in InsPicture() local
1287 aAnchor.SetAnchor( pPos ); in InsPicture()
1291 if (pDoc->IsInHeaderFooter(pPos->nNode)) in InsPicture()
1308 _SetPictureSize( *pGrfNd, pPos->nNode, in InsPicture()
/aoo41x/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()
/aoo41x/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.cxx1231 const SwPosition *pPos = aAnchor.GetCntntAnchor(); in setPropertyValue() local
1232 SwTxtNode *pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in setPropertyValue()
1234 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue()
1317 const SwPosition *pPos = rOldAnchor.GetCntntAnchor(); in setPropertyValue() local
1318 SwTxtNode *pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in setPropertyValue()
1320 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sc/source/ui/inc/
H A Dviewfunc.hxx223 const ScAddress* pPos = NULL,
226 const ScAddress* pPos = NULL,
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sal/osl/unx/
H A Dfile.cxx1296 SAL_CALL osl_getFilePos( oslFileHandle Handle, sal_uInt64* pPos ) in osl_getFilePos() argument
1300 if ((0 == pImpl) || (-1 == pImpl->m_fd) || (0 == pPos)) in osl_getFilePos()
1304 *pPos = pImpl->getPos(); in osl_getFilePos()
/aoo41x/main/linguistic/source/
H A Dhyphdsp.cxx185 sal_Int16 *pPos = aHyphPos.getArray(); in buildPossHyphens() local
203 pPos[ nHyphCount++ ] = (sal_Int16) nHyphIdx; in buildPossHyphens()
/aoo41x/main/sw/source/core/inc/
H A Dnode2lay.hxx73 const SwPosition *pPos = 0,
H A Dnotxtfrm.hxx59 sal_Bool GetCrsrOfst(SwPosition* pPos, Point& aPoint,
/aoo41x/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()
/aoo41x/main/xmloff/inc/
H A DXMLBackgroundImageExport.hxx52 const ::com::sun::star::uno::Any *pPos,
/aoo41x/main/sw/inc/
H A Dftnidx.hxx51 SwTxtFtn* SeekEntry( const SwNodeIndex& rIdx, sal_uInt16* pPos = 0 ) const;
H A Dfmtanchr.hxx78 void SetAnchor( const SwPosition *pPos );
/aoo41x/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx327 void insertNewValue( PDFEntry* pNewValue, iteratorT pPos ) in insertNewValue() argument
377 parseError( pMsg, pPos ); in insertNewValue()
/aoo41x/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()

Completed in 393 milliseconds

12345678