Searched refs:pTO (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sd/source/ui/view/ |
H A D | outlnvsh.cxx | 1841 if( !pTO ) in UpdateTitleObject() 1849 if( pTO ) in UpdateTitleObject() 1867 pTO->ActionChanged(); in UpdateTitleObject() 1871 else if( pTO ) in UpdateTitleObject() 1887 pTO->ActionChanged(); in UpdateTitleObject() 1925 if( !pTO ) in UpdateOutlineObject() 1953 if( !pTO ) in UpdateOutlineObject() 1961 if( pTO ) in UpdateOutlineObject() 1977 pTO->ActionChanged(); in UpdateOutlineObject() 1981 else if( pTO ) in UpdateOutlineObject() [all …]
|
H A D | outlview.cxx | 1310 SdrTextObj* pTO = GetTitleTextObject(pPage); in FillOutliner() local 1311 if(pTO && !(pTO->IsEmptyPresObj())) in FillOutliner() 1313 OutlinerParaObject* pOPO = pTO->GetOutlinerParaObject(); in FillOutliner() 1347 pTO = static_cast<SdrTextObj*>(pPage->GetPresObj(PRESOBJ_TEXT)); in FillOutliner() 1348 const bool bSubTitle = pTO != 0; in FillOutliner() 1350 if (!pTO) // if no subtile found, try outline in FillOutliner() 1351 pTO = GetOutlineTextObject(pPage); in FillOutliner() 1353 if(pTO && !(pTO->IsEmptyPresObj())) // found some text in FillOutliner() 1355 OutlinerParaObject* pOPO = pTO->GetOutlinerParaObject(); in FillOutliner()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | dlgassim.cxx | 125 SdrTextObj* pTO = (SdrTextObj*)pPage->GetPresObj(PRESOBJ_TEXT); in Fill() local 126 if(!pTO) in Fill() 135 pTO = (SdrTextObj*)pObject; in Fill() 141 if (pTO && !pTO->IsEmptyPresObj()) in Fill() 143 OutlinerParaObject* pOPO = pTO->GetOutlinerParaObject(); in Fill()
|
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1200 if(!pTO) in CreateTextForTitle() 1201 pTO = GetLayoutTextObject(pPage); in CreateTextForTitle() 1203 if (pTO && !pTO->IsEmptyPresObj()) in CreateTextForTitle() 1205 OutlinerParaObject* pOPO = pTO->GetOutlinerParaObject(); in CreateTextForTitle() 1226 SdrTextObj* pTO = (SdrTextObj*)pPage->GetPresObj(PRESOBJ_TEXT); in CreateTextForPage() local 1227 if(!pTO) in CreateTextForPage() 1228 pTO = GetLayoutTextObject(pPage); in CreateTextForPage() 1230 if (pTO && !pTO->IsEmptyPresObj()) in CreateTextForPage() 1232 OutlinerParaObject* pOPO = pTO->GetOutlinerParaObject(); in CreateTextForPage() 1327 if (pTO && !pTO->IsEmptyPresObj()) in CreateTextForNotesPage() [all …]
|
/trunk/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 579 SdrRectObj* pTO = new SdrRectObj(OBJ_TEXT); in InsTextOrRTFinDrMode() local 580 pTO->SetOutlinerParaObject(pOPO); in InsTextOrRTFinDrMode() 585 pPage->InsertObject(pTO); in InsTextOrRTFinDrMode() 602 pTO->SetLogicRect(Rectangle(aPos, aSize)); in InsTextOrRTFinDrMode() 606 pTO->SetTextLink(aFile, aFilterName, gsl_getSystemTextEncoding() ); in InsTextOrRTFinDrMode() 611 mpView->AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoInsertObject(*pTO)); in InsTextOrRTFinDrMode()
|
/trunk/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 87 const ScRangeListRef& rL, ScHTMLColOffset* pTO, in ScHTMLTableStackEntry() 94 pLocalColOffset( pTO ), in ScHTMLTableStackEntry()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4918 const SvxTabStop* pTO; in ParaTabStopDelAdd() local 4922 pTO = &rTStyle[ nO ]; in ParaTabStopDelAdd() 4923 nOP = pTO->GetTabPos() + nLStypeMgn; in ParaTabStopDelAdd() 4924 if( SVX_TAB_ADJUST_DEFAULT == pTO->GetAdjustment() ) in ParaTabStopDelAdd() 4932 pTO = 0; in ParaTabStopDelAdd() 4959 aTab.Del(*pTO, nLStypeMgn); // muss geloescht werden in ParaTabStopDelAdd() 4967 else if (lcl_IsEqual(nOP, *pTO, nNP, *pTN)) // Tabs sind gleich: in ParaTabStopDelAdd() 4974 aTab.Del(*pTO, nLStypeMgn); // alten loeschen in ParaTabStopDelAdd()
|
Completed in 80 milliseconds