Searched refs:pUnoText (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | textuno.cxx | 333 pUnoText( NULL ) in ScHeaderFooterTextObj() 341 if ( !pUnoText ) in CreateUnoText_Impl() 345 …pUnoText = new SvxUnoText( &aEditSource, lcl_GetHdFtPropertySet(), uno::Reference<text::XText>() ); in CreateUnoText_Impl() 346 pUnoText->acquire(); in CreateUnoText_Impl() 352 if (pUnoText) in ~ScHeaderFooterTextObj() 353 pUnoText->release(); in ~ScHeaderFooterTextObj() 358 if (!pUnoText) in GetUnoText() 360 return *pUnoText; in GetUnoText() 377 if (!pUnoText) in createTextCursorByRange() 379 return pUnoText->createTextCursorByRange(aTextPosition); in createTextCursorByRange() [all …]
|
| H A D | notesuno.cxx | 70 pUnoText( NULL ) in ScAnnotationObj() 83 if (pUnoText) in ~ScAnnotationObj() 84 pUnoText->release(); in ~ScAnnotationObj() 245 if (!pUnoText) in GetUnoText() 248 pUnoText = new SvxUnoText( &aEditSource, lcl_GetAnnotationPropertySet(), in GetUnoText() 250 pUnoText->acquire(); in GetUnoText() 252 return *pUnoText; in GetUnoText()
|
| H A D | cellsuno.cxx | 6077 pUnoText( NULL ), in ScCellObj() 6088 if (!pUnoText) in GetUnoText() 6090 pUnoText = new ScCellTextObj( GetDocShell(), aCellPos ); in GetUnoText() 6091 pUnoText->acquire(); in GetUnoText() 6095 static_cast<ScSharedCellEditSource*> (pUnoText->GetEditSource()); in GetUnoText() 6100 return *pUnoText; in GetUnoText() 6105 if (pUnoText) in ~ScCellObj() 6106 pUnoText->release(); in ~ScCellObj() 6393 if (pUnoText) in setString() 6394 pUnoText->SetSelection(ESelection( 0,0, 0,aString.Len() )); in setString() [all …]
|
| /AOO42X/main/editeng/source/xml/ |
| H A D | xmltxtimp.cxx | 163 …SvxUnoText* pUnoText = new SvxUnoText( &aEditSource, &aSvxXMLTextImportComponentPropertySet, xPare… in SvxReadXML() local 164 pUnoText->SetSelection( rSel ); in SvxReadXML() 165 uno::Reference<text::XText > xText( pUnoText ); in SvxReadXML()
|
| H A D | xmltxtexp.cxx | 405 …SvxUnoText* pUnoText = new SvxUnoText( &aEditSource, &aSvxXMLTextExportComponentPropertySet, mxTex… in SvxXMLTextExportComponent() local 406 pUnoText->SetSelection( rSel ); in SvxXMLTextExportComponent() 407 mxText = pUnoText; in SvxXMLTextExportComponent()
|
| /AOO42X/main/sc/inc/ |
| H A D | notesuno.hxx | 121 SvxUnoText* pUnoText; member in ScAnnotationObj
|
| H A D | textuno.hxx | 157 SvxUnoText* pUnoText; member in ScHeaderFooterTextObj
|
| H A D | cellsuno.hxx | 826 SvxUnoText* pUnoText; member in ScCellObj
|