Home
last modified time | relevance | path

Searched refs:pTxtObj (Results 1 – 9 of 9) sorted by path

/trunk/main/editeng/source/editeng/
H A Deditobj.cxx523 EditTextObject* pTxtObj = NULL; in Create() local
526 case 0x22 /*BIN300*/: pTxtObj = new BinTextObject( 0 ); in Create()
527 ((BinTextObject*)pTxtObj)->CreateData300( rIStream ); in Create()
529 case EE_FORMAT_BIN: pTxtObj = new BinTextObject( pGlobalTextObjectPool ); in Create()
530 pTxtObj->CreateData( rIStream ); in Create()
542 return pTxtObj; in Create()
H A Deditundo.cxx666 pTxtObj = NULL; in EditUndoTransliteration()
671 delete pTxtObj; in ~EditUndoTransliteration()
689 if ( pTxtObj ) in Undo()
691 aNewSel = _pImpEE->InsertText( *pTxtObj, aSel ); in Undo()
H A Deditundo.hxx277 EditTextObject* pTxtObj; member in EditUndoTransliteration
286 void SetText( EditTextObject* pObj ) { pTxtObj = pObj; } in SetText()
H A Dimpedit4.cxx1052 BinTextObject* pTxtObj = new BinTextObject( pPool ); in CreateBinTextObject() local
1053 pTxtObj->SetVertical( IsVertical() ); in CreateBinTextObject()
1055 pTxtObj->SetMetric( (sal_uInt16) eMapUnit ); in CreateBinTextObject()
1056 if ( pTxtObj->IsOwnerOfPool() ) in CreateBinTextObject()
1057 pTxtObj->GetPool()->SetDefaultMetric( (SfxMapUnit) eMapUnit ); in CreateBinTextObject()
1073 pTxtObj->SetScriptType( GetScriptType( aSel ) ); in CreateBinTextObject()
1099 ContentInfo* pC = pTxtObj->CreateAndInsertContent(); in CreateBinTextObject()
1123 …XEditAttribute* pX = pTxtObj->CreateAttrib( *pAttr->GetItem(), pAttr->GetStart(), pAttr->GetEnd() … in CreateBinTextObject()
1138 pTxtObj->DestroyAttrib( pX ); in CreateBinTextObject()
1159 pTxtObj->SetPortionInfo( pXList ); in CreateBinTextObject()
[all …]
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx266 EditTextObject* pTxtObj = NULL; in CreateStandardStyles() local
405 pHeaderItem->SetCenterArea( *pTxtObj ); in CreateStandardStyles()
408 DELETEZ( pTxtObj ); in CreateStandardStyles()
420 pFooterItem->SetCenterArea( *pTxtObj ); in CreateStandardStyles()
423 DELETEZ( pTxtObj ); in CreateStandardStyles()
468 pHeaderItem->SetLeftArea( *pTxtObj ); in CreateStandardStyles()
470 DELETEZ( pTxtObj ); in CreateStandardStyles()
477 pHeaderItem->SetRightArea( *pTxtObj ); in CreateStandardStyles()
478 DELETEZ( pTxtObj ); in CreateStandardStyles()
494 pFooterItem->SetCenterArea( *pTxtObj ); in CreateStandardStyles()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx558 pTxtObj->SetMergedItemSet(aSet); in ImpSetAttributesForNewTextObject()
561 pTxtObj->SetMergedItemSet(aSet); in ImpSetAttributesForNewTextObject()
572 pTxtObj->SetMergedItemSet(aSet); in ImpSetAttributesForNewTextObject()
575 pTxtObj->SetMergedItemSet(aSet); in ImpSetAttributesForNewTextObject()
601 pTxtObj->SetMergedItemSet(aSet); in ImpSetAttributesForNewTextObject()
615 pTxtObj->SetMergedItemSet(aSet); in ImpSetAttributesFitToSize()
616 pTxtObj->AdjustTextFrameWidthAndHeight(); in ImpSetAttributesFitToSize()
628 pTxtObj->SetMergedItemSet(aSet); in ImpSetAttributesFitToSizeVertical()
629 pTxtObj->AdjustTextFrameWidthAndHeight(); in ImpSetAttributesFitToSizeVertical()
646 pTxtObj->SetMergedItemSet(aSet); in ImpSetAttributesFitCommon()
[all …]
/trunk/main/sd/source/ui/inc/
H A Dfutext.hxx104 void ImpSetAttributesForNewTextObject(SdrTextObj* pTxtObj);
105 void ImpSetAttributesFitToSize(SdrTextObj* pTxtObj);
106 void ImpSetAttributesFitToSizeVertical(SdrTextObj* pTxtObj);
107 void ImpSetAttributesFitCommon(SdrTextObj* pTxtObj);
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx478 const SdrTextObj* pTxtObj = PTR_CAST(SdrTextObj, m_pSdrObject); in StartShape() local
479 if (pTxtObj) in StartShape()
489 if (pTxtObj->IsTextEditActive()) in StartShape()
491 pParaObj = pTxtObj->GetEditOutlinerParaObject(); in StartShape()
496 pParaObj = pTxtObj->GetOutlinerParaObject(); in StartShape()
H A Dwrtw8esh.cxx1318 const SdrTextObj* pTxtObj = PTR_CAST(SdrTextObj, &rObj); in WriteSdrTextObj() local
1319 ASSERT(pTxtObj, "That is no SdrTextObj!"); in WriteSdrTextObj()
1320 if (!pTxtObj) in WriteSdrTextObj()
1331 if (pTxtObj->IsTextEditActive()) in WriteSdrTextObj()
1333 pParaObj = pTxtObj->GetEditOutlinerParaObject(); in WriteSdrTextObj()
1338 pParaObj = pTxtObj->GetOutlinerParaObject(); in WriteSdrTextObj()

Completed in 78 milliseconds