Home
last modified time | relevance | path

Searched refs:pPos (Results 26 – 50 of 182) sorted by relevance

12345678

/trunk/main/sysui/source/win32/misc/
H A Dresourceprovider.cxx166 const sal_Unicode* pPos = aResOUString.getStr( ); in getResString() local
170 while( pPos < pEnd ) in getResString()
174 if ( (*pPos != TILDE_SIGN) || in getResString()
175 ((*pPos == TILDE_SIGN) && (pNext < pEnd) && (*pNext == TILDE_SIGN)) ) in getResString()
177 aBuffer.insert( i, *pPos ); in getResString()
181 pPos++; in getResString()
/trunk/main/sw/source/core/txtnode/
H A Dndhints.cxx168 sal_Bool SwpHtStart::Seek_Entry( const SwTxtAttr *pElement, sal_uInt16 *pPos ) const in Seek_Entry()
180 *pPos = nMitte; in Seek_Entry()
189 *pPos = nUnten; in Seek_Entry()
196 *pPos = nUnten; in Seek_Entry()
204 sal_Bool SwpHtEnd::Seek_Entry( const SwTxtAttr *pElement, sal_uInt16 *pPos ) const in Seek_Entry()
216 *pPos = nMitte; in Seek_Entry()
225 *pPos = nUnten; in Seek_Entry()
232 *pPos = nUnten; in Seek_Entry()
H A Datrflyin.cxx128 SwPosition* pPos = (SwPosition*)aAnchor.GetCntntAnchor(); in CopyFlyFmt() local
129 pPos->nNode = aIdx; in CopyFlyFmt()
132 pPos->nContent.Assign( pCNd, 0 ); in CopyFlyFmt()
136 pPos->nContent.Assign( 0, 0 ); in CopyFlyFmt()
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx106 SwPosition* pPos = GetCrsr()->GetPoint(); in InsertTable() local
108 sal_Bool bEndUndo = 0 != pPos->nContent.GetIndex(); in InsertTable()
112 GetDoc()->SplitNode( *pPos, false ); in InsertTable()
118 const SwTable *pTable = GetDoc()->InsertTable( rInsTblOpts, *pPos, in InsertTable()
227 SwPosition* pPos = GetCrsr()->GetPoint(); in InsertDDETable() local
231 sal_Bool bEndUndo = 0 != pPos->nContent.GetIndex(); in InsertDDETable()
235 GetDoc()->SplitNode( *pPos, false ); in InsertDDETable()
240 SwTable* pTbl = (SwTable*)GetDoc()->InsertTable( aInsTblOpts, *pPos, in InsertDDETable()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx1361 xub_StrLen nStart = pPos->GetStart(); in _InsertItem()
1367 aStartLst.Insert( pPos, i ); in _InsertItem()
1370 aEndLst.Insert( pPos, nEndPos ); in _InsertItem()
1375 HTMLSttEndPos *pPos = aEndLst[nEndPos]; in _RemoveItem() local
1384 delete pPos; in _RemoveItem()
1610 pPos->SetEnd( nNewEnd ); in FixSplittedItem()
1622 aEndLst.Insert( pPos, nEndPos ); in FixSplittedItem()
2103 HTMLSttEndPos *pPos = aStartLst[i]; in OutStartAttrs() local
2104 xub_StrLen nStart = pPos->GetStart(); in OutStartAttrs()
2141 HTMLSttEndPos *pPos = aEndLst[i]; in OutEndAttrs() local
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx736 const SwPosition* pPos = pPaM->GetPoint(); in startDocument() local
739 pDoc->SplitNode( *pPos, false ); in startDocument()
740 *pSttNdIdx = pPos->nNode.GetIndex()-1; in startDocument()
743 pDoc->SplitNode( *pPos, false ); in startDocument()
871 SwPosition* pPos = pPaM->GetPoint(); in endDocument() local
873 if( !pPos->nContent.GetIndex() ) in endDocument()
876 sal_uLong nNodeIdx = pPos->nNode.GetIndex(); in endDocument()
903 if( pCurrNd->CanJoinNext( &pPos->nNode )) in endDocument()
906 pPos->nContent.Assign( pNextNd, 0 ); in endDocument()
913 *pSttNdIdx != pPos->nNode ) in endDocument()
[all …]
/trunk/main/cui/source/inc/
H A Dcuitabarea.hxx359 sal_uInt16* pPos; member in SvxShadowTabPage
444 sal_uInt16* pPos; member in SvxGradientTabPage
483 void SetPos( sal_uInt16* pInPos ) { pPos = pInPos; } in SetPos()
530 sal_uInt16* pPos; member in SvxHatchTabPage
572 void SetPos( sal_uInt16* pInPos ) { pPos = pInPos; } in SetPos()
621 sal_uInt16* pPos; member in SvxBitmapTabPage
665 void SetPos( sal_uInt16* pInPos ) { pPos = pInPos; } in SetPos()
731 sal_uInt16* pPos; member in SvxColorTabPage
786 void SetPos( sal_uInt16* pInPos ) { pPos = pInPos; } in SetPos()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx179 pFly->GetCrsrOfst( pPos, aPoint, pCMS ) ) in GetCrsrOfst()
196 if ( SwLayoutFrm::GetCrsrOfst( pPos, aPoint, pCMS ) ) in GetCrsrOfst()
211 bRet = pCnt->GetCrsrOfst( pPos, rPoint, pCMS ); in GetCrsrOfst()
327 pPage->SwPageFrm::GetCrsrOfst( pPos, rPoint, pCMS ); in GetCrsrOfst()
377 return SwLayoutFrm::GetCrsrOfst( pPos, rPoint, pCMS ); in GetCrsrOfst()
389 bRet = pFrm->GetCrsrOfst( pPos, rPoint, pCMS ); in GetCrsrOfst()
401 pCnt->GetCrsrOfst( pPos, *pPoint, pCMS ); in GetCrsrOfst()
405 pCnt->GetCrsrOfst( pPos, rPoint, pCMS ); in GetCrsrOfst()
483 bRet = pFrm->GetCrsrOfst( pPos, rPoint, pCMS ); in GetCrsrOfst()
498 pCnt->GetCrsrOfst( pPos, *pPoint, pCMS ); in GetCrsrOfst()
[all …]
H A Dflycnt.cxx303 Point* pPos = maObjPositions.back(); in ~SwOszControl() local
304 delete pPos; in ~SwOszControl()
1466 SwPosition *pPos = (SwPosition*)aAnch.GetCntntAnchor(); in SetAbsPos() local
1471 if( pCnt->GetCrsrOfst( pPos, aPt, &eTmpState ) in SetAbsPos()
1472 && pPos->nNode == *pCnt->GetNode() ) in SetAbsPos()
1477 …pCnt->GetNode()->GetTxtNode()->GetTxtAttrAt( pPos->nContent.GetIndex(), RES_TXTATR_INPUTFIELD, SwT… in SetAbsPos()
1480 pPos->nContent = *(pTxtInputFld->GetStart()); in SetAbsPos()
1491 pPos->nNode = *pCnt->GetNode(); in SetAbsPos()
1492 pPos->nContent.Assign( pCnt->GetNode(), 0 ); in SetAbsPos()
1497 pPos->nNode = *pCnt->GetNode(); in SetAbsPos()
[all …]
/trunk/main/sw/source/core/inc/
H A Ddocfld.hxx51 const SwPosition* pPos; member
71 const SwPosition* pPos = 0 );
74 const SwPosition* pPos = 0 );
81 _SetGetExpFld( const SwFlyFrmFmt& rFlyFmt, const SwPosition* pPos = 0 );
135 String& rRet, sal_uInt16* pPos = 0 );
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx547 SwPosition* pPos; member
571 sal_Bool SwTxtFrm::_GetCrsrOfst(SwPosition* pPos, const Point& rPoint, in _GetCrsrOfst() argument
599 pPos->nNode = *pTxtNd; in _GetCrsrOfst()
600 pPos->nContent.Assign( pTxtNd, 0 ); in _GetCrsrOfst()
641 pPos->nNode = *pTxtNd; in _GetCrsrOfst()
642 pPos->nContent.Assign( pTxtNd, nOffset ); in _GetCrsrOfst()
692 sal_Bool SwTxtFrm::GetCrsrOfst(SwPosition* pPos, Point& rPoint, in GetCrsrOfst() argument
704 return _GetCrsrOfst( pPos, rPoint, nChgFrm != 0, pCMS ); in GetCrsrOfst()
1410 if( rFill.pPos ) in FillCrsrPos()
1413 rFill.pPos->nNode = *pTxtNd; in FillCrsrPos()
[all …]
H A Dporfly.cxx176 const SwPosition* pPos = rAnch.GetCntntAnchor(); in MoveFlyInCnt() local
177 xub_StrLen nIdx = pPos->nContent.GetIndex(); in MoveFlyInCnt()
429 const Point &rPoint, SwPosition *pPos, SwCrsrMoveState* pCMS ) const in GetFlyCrsrOfst() argument
436 if( !pPos || bDraw || !( GetFlyFrm()->GetCrsrOfst( pPos, aPoint, pCMS ) ) ) in GetFlyCrsrOfst()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx633 SwPosition* pPos = pCurCrsr->GetPoint(); in ExtendedSelectAll() local
634 pPos->nNode = rNodes.GetEndOfPostIts(); in ExtendedSelectAll()
635 pPos->nContent.Assign( rNodes.GoNext( &pPos->nNode ), 0 ); in ExtendedSelectAll()
636 pPos = pCurCrsr->GetMark(); in ExtendedSelectAll()
637 pPos->nNode = rNodes.GetEndOfContent(); in ExtendedSelectAll()
1450 SwPosition* pPos = pITmpCrsr->GetPoint(); in UpdateCrsr() local
1454 lcl_CheckHiddenSection( pPos->nNode ); in UpdateCrsr()
1460 lcl_CheckHiddenPara( *pPos ); in UpdateCrsr()
1531 *pPos, aTmpPt ); in UpdateCrsr()
2328 xub_StrLen nPos = pPos->nContent.GetIndex(); in GetChar()
[all …]
H A Dswcrsr.cxx749 const SwPosition* pPos = bPoint ? GetPoint() : GetMark(); in IsAtValidPos() local
750 const SwNode* pNd = &pPos->nNode.GetNode(); in IsAtValidPos()
2227 SwPosition* pPos = pCur->GetMark(); in MakeBoxSels() local
2228 if( pNd != &pPos->nNode.GetNode() ) in MakeBoxSels()
2229 pPos->nNode = *pNd; in MakeBoxSels()
2230 pPos->nContent.Assign( (SwCntntNode*)pNd, 0 ); in MakeBoxSels()
2236 pPos = pCur->GetPoint(); in MakeBoxSels()
2237 if( pNd != &pPos->nNode.GetNode() ) in MakeBoxSels()
2238 pPos->nNode = *pNd; in MakeBoxSels()
2297 SwPosition* pPos = pNew->GetPoint(); in MakeBoxSels() local
[all …]
/trunk/main/tools/source/memtools/
H A Dtable.cxx296 sal_uIntPtr Table::SearchKey( sal_uIntPtr nKey, sal_uIntPtr* pPos ) const in SearchKey()
298 *pPos = 0; in SearchKey()
299 sal_uIntPtr nPos = ImplGetIndex( nKey, pPos ); in SearchKey()
303 *pPos = nPos; in SearchKey()
306 *pPos /= 2; in SearchKey()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx790 const SwPosition* pPos ) in _SetGetExpFld() argument
795 if( pPos ) in _SetGetExpFld()
797 nNode = pPos->nNode.GetIndex(); in _SetGetExpFld()
798 nCntnt = pPos->nContent.GetIndex(); in _SetGetExpFld()
812 if( pPos ) in _SetGetExpFld()
814 nNode = pPos->nNode.GetIndex(); in _SetGetExpFld()
815 nCntnt = pPos->nContent.GetIndex(); in _SetGetExpFld()
847 CNTNT.pPos = &rPos; in _SetGetExpFld()
853 const SwPosition* pPos ) in _SetGetExpFld() argument
857 if( pPos ) in _SetGetExpFld()
[all …]
H A Ddocfly.cxx176 const SwPosition *pPos = rAnch.GetCntntAnchor(); in lcl_FindAnchorLayPos() local
177 const SwCntntNode* pNd = pPos->nNode.GetNode().GetCntntNode(); in lcl_FindAnchorLayPos()
254 const SwPosition *pPos = rOldAnch.GetCntntAnchor(); in SetFlyFrmAnchor() local
255 SwTxtNode *pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in SetFlyFrmAnchor()
257 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in SetFlyFrmAnchor()
284 const SwPosition *pPos = aNewAnch.GetCntntAnchor(); in SetFlyFrmAnchor() local
285 SwTxtNode *pNd = pPos->nNode.GetNode().GetTxtNode(); in SetFlyFrmAnchor()
289 pNd->InsertItem( aFmt, pPos->nContent.GetIndex(), 0 ); in SetFlyFrmAnchor()
H A Ddoclay.cxx343 const SwPosition* pPos = rAnchor.GetCntntAnchor(); in DelLayoutFmt() local
344 SwTxtNode *pTxtNd = pPos->nNode.GetNode().GetTxtNode(); in DelLayoutFmt()
356 SwIndex aIdx( pPos->nContent ); in DelLayoutFmt()
536 const SwPosition* pPos = rNewAnchor.GetCntntAnchor(); in CopyLayoutFmt() local
538 pPos->nNode.GetNode().GetTxtNode()->InsertItem( in CopyLayoutFmt()
539 aFmt, pPos->nContent.GetIndex(), 0 ); in CopyLayoutFmt()
1391 const SwPosition *pPos = rAnchor.GetCntntAnchor(); in lcl_InsertLabel() local
1394 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in lcl_InsertLabel()
1713 const SwPosition *pPos = rAnchor.GetCntntAnchor(); in lcl_InsertDrawLabel() local
1714 SwTxtNode *pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in lcl_InsertDrawLabel()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx848 PropertyValue* pPos = NULL; in IMPL_LINK_INLINE_END() local
854 pPos = &_rValues[nPos][0]; in IMPL_LINK_INLINE_END()
861 pPos = &_rValues[nPos][nAndPos]; in IMPL_LINK_INLINE_END()
863 *pPos = aValue; in IMPL_LINK_INLINE_END()
872 PropertyValue* pPos = NULL; in IMPL_LINK_INLINE_END() local
878 pPos = &_rValues[nPos][0]; in IMPL_LINK_INLINE_END()
885 pPos = &_rValues[nPos][nAndPos]; in IMPL_LINK_INLINE_END()
887 *pPos = aValue; in IMPL_LINK_INLINE_END()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx887 pPos[0] = new Ww1PlcBookmarkPos(rFib, rFib.GetFIB().fcPlcfbkfGet(), in Ww1Bookmarks()
890 pPos[1] = new Ww1PlcBookmarkPos(rFib, rFib.GetFIB().fcPlcfbklGet(), in Ww1Bookmarks()
893 bOK = !aNames.GetError() && !pPos[0]->GetError() && !pPos[1]->GetError(); in Ww1Bookmarks()
913 sal_uLong l0 = pPos[0]->Where(nPlcIdx[0]); in operator ++()
914 sal_uLong l1 = pPos[1]->Where(nPlcIdx[1]); in operator ++()
931 const sal_uInt8* p = pPos[0]->GetData( nPlcIdx[0] ); in GetHandle()
945 sal_uInt16 nEndIdx = SVBT16ToShort(pPos[0]->GetData(nPlcIdx[0])); in Len()
946 return pPos[1]->Where(nEndIdx) - pPos[0]->Where(nPlcIdx[0]); in Len()
H A Dfltshell.cxx304 if (pEntry->nPtNode.GetIndex()+1 == pPos->nNode.GetIndex() && in StealAttr()
315 void SwFltControlStack::KillUnlockedAttrs(const SwPosition& pPos) in KillUnlockedAttrs() argument
317 SwNodeIndex aAktNode( pPos.nNode, -1 ); in KillUnlockedAttrs()
318 sal_uInt16 nAktIdx = pPos.nContent.GetIndex(); in KillUnlockedAttrs()
713 if (pPos) in GetFmtStackAttr()
714 *pPos = nSize; in GetFmtStackAttr()
1043 const SwPosition* pPos = pPaM->GetPoint(); in SwFltShell() local
1045 sal_uInt16 nCntPos = pPos->nContent.GetIndex(); in SwFltShell()
1048 pDoc->SplitNode( *pPos, false ); // neue Zeile erzeugen in SwFltShell()
1050 pDoc->SplitNode( *pPos, false ); // neue Zeile in SwFltShell()
[all …]
/trunk/main/sw/source/core/access/
H A Daccframebase.cxx336 const SwPosition *pPos = pAnchor.GetCntntAnchor(); in GetSelectedState() local
337 if( !pPos ) in GetSelectedState()
339 int pIndex = pPos->nContent.GetIndex(); in GetSelectedState()
340 if( pPos->nNode.GetNode().GetTxtNode() ) in GetSelectedState()
345 const SwTxtNode* pNode = pPos->nNode.GetNode().GetTxtNode(); in GetSelectedState()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx159 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::InsertEntry( sal_uLong nPos, const Point* pPos, sal_uInt… in InsertEntry() argument
162 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
166 …y( const String& rText, const Image& rImage, sal_uLong nPos, const Point* pPos, sal_uInt16 nFlags … in InsertEntry() argument
170 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
175 … const Image& rImage, const Image& rImageHC, sal_uLong nPos, const Point* pPos, sal_uInt16 nFlags … in InsertEntry() argument
179 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
/trunk/main/sw/source/core/frmedt/
H A Dfedesc.cxx170 sal_uInt16* pPos ) in FindPageDescByName() argument
172 SwPageDesc* pDesc = GetDoc()->FindPageDescByName( rName, pPos ); in FindPageDescByName()
178 && pPos ) in FindPageDescByName()
180 *pPos = GetDoc()->GetPageDescCnt() - 1 ; in FindPageDescByName()
/trunk/main/sw/source/core/docnode/
H A Dnode2lay.cxx63 const SwPosition *pPos = 0,
422 const SwPosition *pPos, in GetFrm() argument
426 return pMod ? ::GetFrmOfModify( 0, *pMod, USHRT_MAX, pDocPos, pPos, bCalcFrm ) : 0; in GetFrm()
462 const SwPosition *pPos, in GetFrm() argument
465 return pImpl->GetFrm( pDocPos, pPos, bCalcFrm ); in GetFrm()

Completed in 186 milliseconds

12345678