Searched refs:pTxtObj (Results 1 – 9 of 9) sorted by relevance
266 EditTextObject* pTxtObj = NULL; in CreateStandardStyles() local405 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 …]
558 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 …]
104 void ImpSetAttributesForNewTextObject(SdrTextObj* pTxtObj);105 void ImpSetAttributesFitToSize(SdrTextObj* pTxtObj);106 void ImpSetAttributesFitToSizeVertical(SdrTextObj* pTxtObj);107 void ImpSetAttributesFitCommon(SdrTextObj* pTxtObj);
478 const SdrTextObj* pTxtObj = PTR_CAST(SdrTextObj, m_pSdrObject); in StartShape() local479 if (pTxtObj) in StartShape()489 if (pTxtObj->IsTextEditActive()) in StartShape()491 pParaObj = pTxtObj->GetEditOutlinerParaObject(); in StartShape()496 pParaObj = pTxtObj->GetOutlinerParaObject(); in StartShape()
1318 const SdrTextObj* pTxtObj = PTR_CAST(SdrTextObj, &rObj); in WriteSdrTextObj() local1319 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()
666 pTxtObj = NULL; in EditUndoTransliteration()671 delete pTxtObj; in ~EditUndoTransliteration()689 if ( pTxtObj ) in Undo()691 aNewSel = _pImpEE->InsertText( *pTxtObj, aSel ); in Undo()
523 EditTextObject* pTxtObj = NULL; in Create() local526 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()
1052 BinTextObject* pTxtObj = new BinTextObject( pPool ); in CreateBinTextObject() local1053 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 …]
277 EditTextObject* pTxtObj; member in EditUndoTransliteration286 void SetText( EditTextObject* pObj ) { pTxtObj = pObj; } in SetText()
Completed in 147 milliseconds