Home
last modified time | relevance | path

Searched refs:pText (Results 1 – 25 of 110) sorted by last modified time

12345

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2022 SwXText* pText = 0; in attach() local
2027 pText = reinterpret_cast< SwXText * >( in attach()
2038 else if (!pDoc && pText) in attach()
2039 pDoc = pText->GetDoc(); in attach()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1148 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( mxShapeAgg ); in createTextCursor() local
1149 if (pText) in createTextCursor()
1150 return new ScDrawTextCursor( this, *pText ); in createTextCursor()
1166 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( mxShapeAgg ); in createTextCursorByRange() local
1168 if ( pText && pRange ) in createTextCursorByRange()
1170 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
/trunk/main/sw/source/ui/ribbar/
H A Dconrect.cxx120 SdrTextObj* pText = (SdrTextObj*)pObj; in MouseButtonUp() local
123 pText->SetVerticalWriting(sal_True); in MouseButtonUp()
130 pText->SetMergedItemSet(aSet); in MouseButtonUp()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx289 if( pText!=NULL && pText->GetOutlinerParaObject() && pModel!=NULL) in FitFrameToTextSize()
369 if( pText && pText->GetOutlinerParaObject ()) in GetTextSize()
620 if( pText ) in SetModel()
911 OutlinerParaObject* pOutlinerParaObject = pText ? pText->GetOutlinerParaObject() : 0; in TakeTextRect()
945 if( pText ) in TakeTextRect()
1469 if( pText ) in GetOutlinerParaObject()
1478 if( pText && pText->GetOutlinerParaObject() ) in HasOutlinerParaObject()
1490 if( pText ) in NbcSetOutlinerParaObjectForText()
1524 if( pText && pText->GetOutlinerParaObject() ) in NbcReformatText()
1526 pText->ReformatText(); in NbcReformatText()
[all …]
H A Dsvdoashp.cxx3047 SdrText* pText = getActiveText(); in TakeTextRect() local
3048 if( pText ) in TakeTextRect()
3049 pText->CheckPortionInfo( rOutliner ); in TakeTextRect()
H A Dsvdedxv.cxx340 const SdrTextObj* pText = PTR_CAST(SdrTextObj,GetTextEditObject()); in ImpPaintOutlinerView() local
341 bool bTextFrame(pText && pText->IsTextFrame()); in ImpPaintOutlinerView()
399 const SdrTextObj* pText = PTR_CAST(SdrTextObj,GetTextEditObject()); in ImpInvalidateOutlinerView() local
400 bool bTextFrame(pText && pText->IsTextFrame()); in ImpInvalidateOutlinerView()
447 sal_Bool bTextFrame=pText!=NULL && pText->IsTextFrame(); in ImpMakeOutlinerView()
448 sal_Bool bContourFrame=pText!=NULL && pText->IsContourTextFrame(); in ImpMakeOutlinerView()
466 if (pText!=NULL) in ImpMakeOutlinerView()
480 return pText!=NULL && pText->IsTextFrame(); in IsTextEditFrame()
1222 if (pText!=NULL && pText->IsTextFrame() && pOLV!=NULL && pWin!=NULL) { in IsTextEditFrameHit()
2192 OutlinerParaObject* pParaObj = pText ? pText->GetOutlinerParaObject() : 0; in ApplyFormatPaintBrushToText()
[all …]
H A Dsvdview.cxx1079 SdrTextObj* pText = dynamic_cast< SdrTextObj* >( aVEvt.pObj ); in GetPreferedPointer() local
1080 if(pText && pText->HasText()) in GetPreferedPointer()
1082 OutlinerParaObject* pParaObj = pText->GetOutlinerParaObject(); in GetPreferedPointer()
H A Dsvdotxat.cxx406 SdrText* pText = getText( nText ); in RemoveOutlinerCharacterAttribs() local
407 OutlinerParaObject* pOutlinerParaObject = pText ? pText->GetOutlinerParaObject() : 0; in RemoveOutlinerCharacterAttribs()
413 if( pEdtOutl || (pText == getActiveText()) ) in RemoveOutlinerCharacterAttribs()
429 if(!pEdtOutl || (pText != getActiveText()) ) in RemoveOutlinerCharacterAttribs()
434 NbcSetOutlinerParaObjectForText(pTemp, pText); in RemoveOutlinerCharacterAttribs()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx774 XText *const pText = xBodyText.get(); in CreateCursorForSearch() local
775 SwXBodyText* pBText = (SwXBodyText*)pText; in CreateCursorForSearch()
/trunk/main/starmath/source/
H A Dmathtype.cxx2141 SmTextNode *pText=(SmTextNode *)pNode; in HandleNodes() local
2144 if (pText->GetText() == pText->GetToken().aText) in HandleNodes()
2145 HandleText(pText,nLevel); in HandleNodes()
2147 HandleMath(pText,nLevel); in HandleNodes()
H A Dmathmlexport.cxx877 SvXMLElementExport *pText; in ExportText() local
902 delete pText; in ExportText()
911 SvXMLElementExport *pText; in ExportBlank() local
917 delete pText; in ExportBlank()
1376 const sal_Char *pText = "normal"; in ExportFont() local
1379 pText = "normal"; in ExportFont()
1381 pText = "bold"; in ExportFont()
1383 pText = "italic"; in ExportFont()
1385 pText = "bold-italic"; in ExportFont()
1389 pText = "sans-serif"; in ExportFont()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1232 SdrTextObj* pText = PTR_CAST( SdrTextObj, pTObj ); in ProcessObj() local
1233 if ( pText ) in ProcessObj()
1239 Size aTextSize( pText->GetTextSize() ); in ProcessObj()
1250 Size aTextSize( pText->GetTextSize() ); in ProcessObj()
2393 SdrTextObj* pText = PTR_CAST( SdrTextObj, pSdrObj ); in ReadObjText() local
2394 if ( pText ) in ReadObjText()
2396 if ( !ApplyTextObj( pTextObj, pText, pPage, NULL, NULL ) ) in ReadObjText()
2406 SdrTextObj* pText = pSdrText; in ApplyTextObj() local
2410 SdrOutliner& rOutliner = pText->ImpGetDrawOutliner(); in ApplyTextObj()
2533 pText->SetOutlinerParaObject( pNewText ); in ApplyTextObj()
[all …]
H A Dmsdffimp.cxx3686 SdrTextObj* pText = PTR_CAST( SdrTextObj, pObj ); in ReadObjText() local
3687 if ( pText ) in ReadObjText()
3689 SdrOutliner& rOutliner = pText->ImpGetDrawOutliner(); in ReadObjText()
3694 rOutliner.SetVertical( pText->IsVerticalWriting() ); in ReadObjText()
3740 pText->SetOutlinerParaObject( pNewText ); in ReadObjText()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationWin.cxx212 void SwAnnotationWin::InitAnswer(OutlinerParaObject* pText) in InitAnswer() argument
229 if (pText->GetTextObject().GetText(0) != String(rtl::OUString::createFromAscii(""))) in InitAnswer()
230 GetOutlinerView()->GetEditView().InsertText(pText->GetTextObject()); in InitAnswer()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx98 SdrText* pText = rObj.getText( nText ); in ItemSetChanged() local
100 OutlinerParaObject* pParaObj = pText ? pText->GetOutlinerParaObject() : 0; in ItemSetChanged()
139 rObj.NbcSetOutlinerParaObjectForText(pTemp,pText); in ItemSetChanged()
182 SdrText* pText = rObj.getText( nCount ); in ItemChange() local
197 rObj.NbcSetOutlinerParaObjectForText( pTemp, pText ); in ItemChange()
250 SdrText* pText = rObj.getText( nText ); in SetStyleSheet() local
252 OutlinerParaObject* pParaObj = pText ? pText->GetOutlinerParaObject() : 0; in SetStyleSheet()
345 rObj.NbcSetOutlinerParaObjectForText(pTemp, pText); in SetStyleSheet()
409 SdrText* pText = rObj.getText( nText ); in ForceStyleToHardAttributes() local
411 OutlinerParaObject* pParaObj = pText ? pText->GetOutlinerParaObject() : 0; in ForceStyleToHardAttributes()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdotext.hxx476 void NbcSetOutlinerParaObjectForText( OutlinerParaObject* pTextObject, SdrText* pText );
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx1380 SdrText* pText = pTableObj->getText(nIndex); in ShouldToggleOn() local
1381 if (!pText || !pText->GetOutlinerParaObject()) in ShouldToggleOn()
1383 pOutliner->SetText(*(pText->GetOutlinerParaObject())); in ShouldToggleOn()
1455 SdrText* pText = pTableObj->getText(nIndex); in ChangeMarkedObjectsBulletsNumbering() local
1456 if (!pText || !pText->GetOutlinerParaObject()) in ChangeMarkedObjectsBulletsNumbering()
1459 pOutliner->SetText(*(pText->GetOutlinerParaObject())); in ChangeMarkedObjectsBulletsNumbering()
1474 pText->SetOutlinerParaObject(pOutliner->CreateParaObject(0, nParaCount)); in ChangeMarkedObjectsBulletsNumbering()
H A DOutliner.cxx1202 SdrText* pText = mpTextObj->getText( mnText ); in PutTextIntoOutliner() local
1203 mpParaObj = pText ? pText->GetOutlinerParaObject() : NULL; in PutTextIntoOutliner()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx492 const sal_Unicode* pText = aText.getStr(); in Search() local
542 pText++; in Search()
563 pText++; in Search()
586 pText++; in Search()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3803 void AnimationImporter::dump( const char * pText ) in dump() argument
3805 fprintf( mpFile, "%s", pText ); in dump()
3815 void AnimationImporter::dump( const char * pText, sal_Int32 nInt ) in dump() argument
3817 fprintf( mpFile, pText, nInt ); in dump()
3820 void AnimationImporter::dump( const char * pText, double fDouble ) in dump() argument
3822 fprintf( mpFile, pText, fDouble ); in dump()
3825 void AnimationImporter::dump( const char * pText, const char * pText2 ) in dump() argument
3827 fprintf( mpFile, pText, pText2 ); in dump()
3830 void AnimationImporter::dump( const char * pText, const OUString& rString ) in dump() argument
3834 fprintf( mpFile, pText, aStr.GetBuffer() ); in dump()
H A Dpptin.cxx2208 SdrTextObj* pText = pObj; in ApplyTextObj() local
2209 SdrObject* pRet = pText; in ApplyTextObj()
2282 pText->StartListening( *pSheet ); in ApplyTextObj()
2327pText = (SdrTextObj*)SdrPowerPointImport::ApplyTextObj( pTextObj, pText, pPage, pSheet, ppStyleShe… in ApplyTextObj()
2342 pText->SetEmptyPresObj( sal_True ); in ApplyTextObj()
2344 pText->SetUserCall( pPage ); in ApplyTextObj()
2345 pPage->InsertPresObj( pText, ePresKind ); in ApplyTextObj()
2348 pOutl = GetDrawOutliner( pText ); in ApplyTextObj()
2378 pText->SetMergedItemSet(aTempAttr); in ApplyTextObj()
2620 if ( pRet != pText ) in ApplyTextObj()
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext.cxx368 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( getText() ); in getStart() local
370 if(pText == NULL) in getStart()
373 SvxUnoTextRange* pRange = new SvxUnoTextRange( *pText ); in getStart()
397 SvxUnoTextBase* pText = SvxUnoTextBase::getImplementation( getText() ); in getEnd() local
399 if(pText == NULL) in getEnd()
402 SvxUnoTextRange* pNew = new SvxUnoTextRange( *pText ); in getEnd()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx446 EditTextObject* pText = pEditEngine->CreateTextObject( nStartPara, nCount ); in CreateParaObject() local
456 OutlinerParaObject* pPObj = new OutlinerParaObject(*pText, aParagraphDataVector, bIsEditDoc); in CreateParaObject()
458 delete pText; in CreateParaObject()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx561 …virtual SdrObject* ApplyTextObj( PPTTextObj* pTextObj, SdrTextObj* pText, SdPage* pPage, SfxStyleS…
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1385 void SetupAppX::Log( LPCTSTR pMessage, LPCTSTR pText ) const in Log()
1401 if ( pText ) in Log()
1403 _ftprintf( m_pLogFile, pMessage, pText ); in Log()
1404 OutputDebugStringFormat( pMessage, pText ); in Log()
1769 void SetupAppX::ConvertNewline( LPTSTR pText ) const in ConvertNewline()
1773 while ( pText[i] != 0 ) in ConvertNewline()
1775 if ( ( pText[i] == '\\' ) && ( pText[i+1] == 'n' ) ) in ConvertNewline()
1777 pText[i] = 0x0d; in ConvertNewline()
1778 pText[i+1] = 0x0a; in ConvertNewline()

Completed in 284 milliseconds

12345