/aoo41x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 255 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 D | dbgoutsw.cxx | 475 const SwPosition * pPos = rAnchor.GetCntntAnchor(); in lcl_AnchoredFrames() local 477 if (pPos && &pPos->nNode.GetNode() == &rNode) in lcl_AnchoredFrames()
|
H A D | docredln.cxx | 69 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 D | txtexppr.cxx | 85 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 D | reffld.cxx | 837 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 D | rtffly.cxx | 1284 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 D | untbl.cxx | 788 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 D | unocrsrhelper.cxx | 360 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 D | unodraw.cxx | 1231 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 D | file.cxx | 1018 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 D | inetmime.cxx | 1142 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 D | viewfunc.hxx | 223 const ScAddress* pPos = NULL, 226 const ScAddress* pPos = NULL,
|
/aoo41x/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 210 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 D | bindings.cxx | 658 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 D | file.cxx | 1296 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 D | hyphdsp.cxx | 185 sal_Int16 *pPos = aHyphPos.getArray(); in buildPossHyphens() local 203 pPos[ nHyphCount++ ] = (sal_Int16) nHyphIdx; in buildPossHyphens()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | node2lay.hxx | 73 const SwPosition *pPos = 0,
|
H A D | notxtfrm.hxx | 59 sal_Bool GetCrsrOfst(SwPosition* pPos, Point& aPoint,
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 868 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 D | printfun.cxx | 1923 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 D | XMLBackgroundImageExport.hxx | 52 const ::com::sun::star::uno::Any *pPos,
|
/aoo41x/main/sw/inc/ |
H A D | ftnidx.hxx | 51 SwTxtFtn* SeekEntry( const SwNodeIndex& rIdx, sal_uInt16* pPos = 0 ) const;
|
H A D | fmtanchr.hxx | 78 void SetAnchor( const SwPosition *pPos );
|
/aoo41x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 327 void insertNewValue( PDFEntry* pNewValue, iteratorT pPos ) in insertNewValue() argument 377 parseError( pMsg, pPos ); in insertNewValue()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 218 sal_uInt16* pPos ) in Find() argument 225 if( pPos ) in Find() 226 *pPos = (sal_uInt16)ii; in Find()
|