Home
last modified time | relevance | path

Searched refs:pO (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx689 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_POutLvl ); in OutlineNumbering()
690 m_rWW8Export.pO->Insert( nLvl, m_rWW8Export.pO->Count() ); in OutlineNumbering()
691 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_PIlvl ); in OutlineNumbering()
692 m_rWW8Export.pO->Insert( nLvl, m_rWW8Export.pO->Count() ); in OutlineNumbering()
693 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, NS_sprm::LN_PIlfo ); in OutlineNumbering()
694 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, in OutlineNumbering()
741 SwWW8Writer::InsUInt16(*pO, NS_sprm::LN_POutLvl); in DisallowInheritingOutlineNumbering()
742 pO->Insert(sal_uInt8(9), pO->Count()); in DisallowInheritingOutlineNumbering()
743 SwWW8Writer::InsUInt16(*pO, NS_sprm::LN_PIlfo); in DisallowInheritingOutlineNumbering()
744 SwWW8Writer::InsUInt16(*pO, 0); in DisallowInheritingOutlineNumbering()
[all …]
H A Dwrtw8sty.cxx289 static void impl_SkipOdd( WW8Bytes* pO, sal_Size nTableStrmTell ) in impl_SkipOdd() argument
291 if ( ( nTableStrmTell + pO->Count() ) & 1 ) // Start auf gerader in impl_SkipOdd()
292 pO->Insert( (sal_uInt8)0, pO->Count() ); // Adresse in impl_SkipOdd()
297 impl_SkipOdd( m_rWW8Export.pO, m_rWW8Export.pTableStrm->Tell() ); in EndStyle()
299 short nLen = m_rWW8Export.pO->Count() - 2; // Laenge des Styles in EndStyle()
300 sal_uInt8* p = (sal_uInt8*)m_rWW8Export.pO->GetData() + nPOPosStdLen1; in EndStyle()
302 p = (sal_uInt8*)m_rWW8Export.pO->GetData() + nPOPosStdLen2; in EndStyle()
305 …m_rWW8Export.pTableStrm->Write( m_rWW8Export.pO->GetData(), m_rWW8Export.pO->Count() ); // in… in EndStyle()
306 … m_rWW8Export.pO->Remove( 0, m_rWW8Export.pO->Count() ); // leeren fuer naechsten in EndStyle()
344 WW8Bytes* pO = m_rWW8Export.pO; in StartStyle() local
[all …]
H A Dwrtww8.cxx1479 if ( !pGrf || !pChpPlc || !pO ) in OutGrfBullets()
1483 pChpPlc->AppendFkpEntry( Strm().Tell(), pO->Count(), pO->GetData() ); in OutGrfBullets()
1484 pO->Remove( 0, pO->Count() ); in OutGrfBullets()
1927 if ( pO->Count() ) in SaveData()
1929 rData.pOOld = pO; in SaveData()
1930 pO = new WW8Bytes( 128, 128 ); in SaveData()
1950 ASSERT( !pO->Count(), "pO is not empty in WW8Export::RestoreData()" ); in RestoreData()
1953 delete pO; in RestoreData()
1954 pO = rData.pOOld; in RestoreData()
1974 m_rWW8Export.pO->Insert( (sal_uInt8)0x1, m_rWW8Export.pO->Count() ); in TableInfoCell()
[all …]
H A Dwrtw8nds.cxx687 sal_uInt16 nEnd = pO ? pO->Count() : 0; in GetCurrentItems()
689 rItems.Insert((*pO)[nI], rItems.Count()); in GetCurrentItems()
1548 m_rWW8Export.pO->Insert( (sal_uInt8*)&nSty, 2, m_rWW8Export.pO->Count() ); // Style # in FormatDrop()
1553 m_rWW8Export.pO->Insert( 0x20, m_rWW8Export.pO->Count() ); in FormatDrop()
1556 m_rWW8Export.pO->Insert( 0x02, m_rWW8Export.pO->Count() ); in FormatDrop()
1574 m_rWW8Export.pO->Insert( 29, m_rWW8Export.pO->Count() ); // Alignment (sprmPPc) in FormatDrop()
1575 m_rWW8Export.pO->Insert( 0x20, m_rWW8Export.pO->Count() ); in FormatDrop()
1577 m_rWW8Export.pO->Insert( 37, m_rWW8Export.pO->Count() ); // Wrapping (sprmPWr) in FormatDrop()
1578 m_rWW8Export.pO->Insert( 0x02, m_rWW8Export.pO->Count() ); in FormatDrop()
1580 m_rWW8Export.pO->Insert( 46, m_rWW8Export.pO->Count() ); // Dropcap (sprmPDcs) in FormatDrop()
[all …]
H A Dwrtw8num.cxx304 WW8Bytes* pOldpO = m_rWW8Export.pO; in NumberingLevel()
305 m_rWW8Export.pO = &aCharAtrs; in NumberingLevel()
317 m_rWW8Export.pO->Insert( 93, m_rWW8Export.pO->Count() ); in NumberingLevel()
335 m_rWW8Export.pO = pOldpO; in NumberingLevel()
647 pO->Insert( aSprmOlstHdr, sizeof( aSprmOlstHdr ), pO->Count() ); in OutputOlst()
664 pO->Insert( (sal_uInt8*)&aOlst, sizeof( aOlst ), pO->Count() ); in OutputOlst()
670 pO->Insert( 13, pO->Count() ); in Out_WwNumLvl()
671 pO->Insert( nWwLevel, pO->Count() ); in Out_WwNumLvl()
H A Dwrtww8gr.cxx383 pChpPlc->AppendFkpEntry( Strm().Tell(), pO->Count(), pO->GetData() ); in OutGrf()
384 pO->Remove( 0, pO->Count() ); // leeren in OutGrf()
484 pO->Insert( nSty, 2, pO->Count() ); // Style #0 in OutGrf()
491 pPapPlc->AppendFkpEntry( Strm().Tell(), pO->Count(), pO->GetData() ); in OutGrf()
492 pO->Remove( 0, pO->Count() ); // leeren in OutGrf()
H A Dwrtww8.hxx920 WW8Bytes* pO; ///< Buffer member in WW8Export
1009 void WriteFtnBegin( const SwFmtFtn& rFtn, WW8Bytes* pO = 0 );
1010 void WritePostItBegin( WW8Bytes* pO = 0 );
1067 { pO->Insert( pBytes, nSiz, pO->Count() ); } in OutSprmBytes()
1112 void InsUInt16( sal_uInt16 n ) { SwWW8Writer::InsUInt16( *pO, n ); } in InsUInt16()
1113 void InsUInt32( sal_uInt32 n ) { SwWW8Writer::InsUInt32( *pO, n ); } in InsUInt32()
1115 { SwWW8Writer::InsAsString16( *pO, rStr ); } in InsAsString16()
1117 { SwWW8Writer::InsAsString8( *pO, rStr, eCodeSet ); } in InsAsString8()
H A Dwrtw8esh.cxx1363 ASSERT( !pO->Count(), " pO ist am Zeilenanfang nicht leer" ); in WriteOutliner()
1388 pO->Count(), pO->GetData() ); in WriteOutliner()
1389 pO->Remove( 0, pO->Count() ); // leeren in WriteOutliner()
1400 ASSERT( !pO->Count(), " pO ist am ZeilenEnde nicht leer" ); in WriteOutliner()
1402 pO->Insert( bNul, pO->Count() ); // Style # as short in WriteOutliner()
1403 pO->Insert( bNul, pO->Count() ); in WriteOutliner()
1409 pO->Count(), pO->GetData() ); in WriteOutliner()
1410 pO->Remove( 0, pO->Count() ); // leeren in WriteOutliner()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx113 SdrObject* pO=pM->GetMarkedSdrObj(); in SetMarkedObjRect() local
115 AddUndo( GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pO)); in SetMarkedObjRect()
117 Rectangle aR1(pO->GetSnapRect()); in SetMarkedObjRect()
149 pO->SetSnapRect(aR1); in SetMarkedObjRect()
212 SdrObject* pO=pM->GetMarkedSdrObj(); in MoveMarkedObj() local
215 std::vector< SdrUndoAction* > vConnectorUndoActions( CreateConnectorUndo( *pO ) ); in MoveMarkedObj()
217 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoMoveObject(*pO,rSiz)); in MoveMarkedObj()
219 pO->Move(rSiz); in MoveMarkedObj()
245 SdrObject* pO=pM->GetMarkedSdrObj(); in ResizeMarkedObj() local
248 std::vector< SdrUndoAction* > vConnectorUndoActions( CreateConnectorUndo( *pO ) ); in ResizeMarkedObj()
[all …]
H A Dsvdedtv.cxx940 SdrObject* pO=pM->GetMarkedSdrObj()->Clone(); in CopyMarkedObj() local
941 if (pO!=NULL) { in CopyMarkedObj()
943 pM->GetPageView()->GetObjList()->InsertObject(pO,CONTAINER_APPEND,&aReason); in CopyMarkedObj()
946 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoCopyObject(*pO)); in CopyMarkedObj()
949 aME.SetMarkedSdrObj(pO); in CopyMarkedObj()
950 aCloneList.AddPair(pM->GetMarkedSdrObj(), pO); in CopyMarkedObj()
H A Dsvdpoev.cxx565 SdrObject* pO=pM->GetMarkedSdrObj(); in CloseMarkedObjects() local
566 sal_Bool bClosed=pO->IsClosedObj(); in CloseMarkedObjects()
567 if (pO->IsPolyObj() && (bClosed==bOpen) || bToggle) in CloseMarkedObjects()
570 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pO)); in CloseMarkedObjects()
572 SdrPathObj* pPathObj = dynamic_cast< SdrPathObj* >( pO ); in CloseMarkedObjects()
H A Dsvdsnpv.cxx387 SdrObject* pO=aIter.Next(); in SnapPos() local
388 Rectangle aRect(pO->GetCurrentBoundRect()); in SnapPos()
396 sal_uInt32 nAnz(pO->GetSnapPointCount()); in SnapPos()
399 Point aP(pO->GetSnapPoint(i)); in SnapPos()
410 Rectangle aLog(pO->GetSnapRect()); in SnapPos()
H A Dsvdobj.cxx2898 for( SdrObject* pO = aIter.Next(); pO && !bRet; pO = aIter.Next() ) in IsTransparent() local
2900 const SfxItemSet& rAttr = pO->GetMergedItemSet(); in IsTransparent()
2909 else if( pO->ISA( SdrGrafObj ) ) in IsTransparent()
2911 SdrGrafObj* pGrafObj = (SdrGrafObj*) pO; in IsTransparent()
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext.cxx200 SdrOutliner* pO = MakeOutliner(); in MouseButtonDown() local
201 lcl_UpdateHyphenator( *pO, pObj ); in MouseButtonDown()
211 pO->SetVertical( bVertical ); in MouseButtonDown()
214 if ( pView->SdrBeginTextEdit(pObj, pPV, pWindow, sal_True, pO) ) in MouseButtonDown()
217 pViewShell->SetDrawTextUndo( &pO->GetUndoManager() ); in MouseButtonDown()
772 SdrOutliner* pO = MakeOutliner(); in SetInEditMode() local
773 lcl_UpdateHyphenator( *pO, pObj ); in SetInEditMode()
783 pO->SetVertical( bVertical ); in SetInEditMode()
786 if ( pView->SdrBeginTextEdit(pObj, pPV, pWindow, sal_True, pO) ) in SetInEditMode()
789 pViewShell->SetDrawTextUndo( &pO->GetUndoManager() ); in SetInEditMode()
/trunk/main/sw/source/core/layout/
H A Dvirtoutp.cxx196 OutputDevice *pO = pSh->GetOut(); in Enter() local
198 if( OUTDEV_WINDOW != pO->GetOutDevType() ) in Enter()
201 pOut = pO; in Enter()
206 Rectangle aTmpRect( pO->LogicToPixel( aTmp.SVRect() ) ); in Enter()
218 aRect = SwRect( pO->PixelToLogic( aTmpRect ) ); in Enter()
H A Dlayact.cxx230 SdrObject *pO = rObjs[i]->DrawObj(); in PaintWithoutFlys() local
231 if ( !pO->ISA(SwVirtFlyDrawObj) ) in PaintWithoutFlys()
236 if ( !pIDDMA->IsVisibleLayerId( pO->GetLayer() ) ) in PaintWithoutFlys()
241 SwFlyFrm *pFly = ((SwVirtFlyDrawObj*)pO)->GetFlyFrm(); in PaintWithoutFlys()
255 if ( pO->GetLayer() == pTmp->GetLayer() ) in PaintWithoutFlys()
257 if ( pO->GetOrdNumDirect() < pTmp->GetOrdNumDirect() ) in PaintWithoutFlys()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx101 SdrObject *pO = pLst->GetMark( 0 )->GetMarkedSdrObj(); in GetFlyFromMarked() local
102 if ( pO && pO->ISA(SwVirtFlyDrawObj) ) in GetFlyFromMarked()
103 return ((SwVirtFlyDrawObj*)pO)->GetFlyFrm(); in GetFlyFromMarked()
789 SdrObject *pO = pLst->GetMark( 0 )->GetMarkedSdrObj(); in lcl_NotifyNeighbours() local
790 if ( pO->ISA(SwVirtFlyDrawObj) ) in lcl_NotifyNeighbours()
792 SwFlyFrm *pFly = ((SwVirtFlyDrawObj*)pO)->GetFlyFrm(); in lcl_NotifyNeighbours()
809 SwFrm* pAnch = ( (SwDrawContact*)GetUserCall(pO) )->GetAnchorFrm( pO ); in lcl_NotifyNeighbours()
814 aRect = GetBoundRectOfAnchoredObj( pO ); in lcl_NotifyNeighbours()
1375 SwVirtFlyDrawObj *pO = (SwVirtFlyDrawObj*)pObj; in GetBestObject() local
1376 SwFlyFrm *pFly = pO->GetFlyFrm(); in GetBestObject()
[all …]
/trunk/main/sw/source/core/view/
H A Dvdraw.cxx250 SdrObject *pO = rMrkList.GetMark(rMrkList.GetMarkCount()-1)->GetMarkedSdrObj(); in IsDragPossible() local
253 if( pO && ::CalcClipRect( pO, aRect, sal_False ) ) in IsDragPossible()
256 ::CalcClipRect( pO, aTmp, sal_True ); in IsDragPossible()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx70 SdrInsertReason(SdrInsertReasonKind eR,const SdrObject* pO=NULL): pRefObj(pO),eReason(eR) {} in SdrInsertReason() argument
71 void SetReferenceObject(const SdrObject* pO) { pRefObj=pO; } in SetReferenceObject() argument
H A Dsvdedtv.hxx177 void ImpCrookObj(SdrObject* pO, const Point& rRef, const Point& rRad, SdrCrookMode eMode,
179 …void ImpDistortObj(SdrObject* pO, const Rectangle& rRef, const XPolygon& rDistortedRect, sal_Bool …
/trunk/main/sw/source/core/draw/
H A Ddview.cxx299 const SdrObject *pO = in GetMaxToTopObj() local
302 if ( pO->GetOrdNumDirect() > nOrdNum ) in GetMaxToTopObj()
304 const SwFrm *pTmpAnch = ::lcl_FindAnchor( pO, sal_False ); in GetMaxToTopObj()
307 nOrdNum = pO->GetOrdNumDirect(); in GetMaxToTopObj()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx415 SdrObject* pO = pM->GetMarkedSdrObj(); in InsertData() local
417 if( pO ) in InsertData()
423 …AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoObjectLayerChange(*pO, pO->GetLayer(), (SdrLayer… in InsertData()
427 pO->SetLayer( (SdrLayerID) nLayer ); in InsertData()
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx357 ::com::sun::star::uno::Any* pO = aWrappedValues.getArray(); in impl_wrap()
361 *(pO++) = ::com::sun::star::uno::makeAny<VALUE_TYPE>( *(pV++) ); in impl_wrap()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx2135 char* pO = pFontName; in emitAsType1() local
2137 while( pO < pLimit) { in emitAsType1()
2140 *(pO++) = c; in emitAsType1()
2144 *pO = '\0'; in emitAsType1()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx450 SdrObject* pO; in SolveSolver() local
456 pO = pPtr->pAObj; in SolveSolver()
463 pO = pPtr->pBObj; in SolveSolver()
467 if ( pO ) in SolveSolver()
471 Reference< XShape > aXShape( pO->getUnoShape(), UNO_QUERY ); in SolveSolver()
473 SdrGluePointList* pList = pO->ForceGluePointList(); in SolveSolver()
477 sal_uInt32 nInventor = pO->GetObjInventor(); in SolveSolver()
481 sal_uInt32 nObjId = pO->GetObjIdentifier(); in SolveSolver()
599 …metryItem aGeometryItem( (SdrCustomShapeGeometryItem&)((SdrObjCustomShape*)pO)->GetMergedItem( SDR… in SolveSolver()
743 … ((SdrObjCustomShape*)pO)->SetMergedItem( aGeometryItem ); in SolveSolver()
[all …]

12