/aoo41x/main/svx/source/sdr/properties/ |
H A D | textproperties.cxx | 91 sal_Int32 nText = rObj.getTextCount(); in ItemSetChanged() local 96 while( --nText >= 0 ) in ItemSetChanged() 98 SdrText* pText = rObj.getText( nText ); in ItemSetChanged() 246 sal_Int32 nText = rObj.getTextCount(); in SetStyleSheet() local 248 while( --nText >= 0 ) in SetStyleSheet() 250 SdrText* pText = rObj.getText( nText ); in SetStyleSheet() 405 sal_Int32 nText = rObj.getTextCount(); in ForceStyleToHardAttributes() local 407 while( --nText >= 0 ) in ForceStyleToHardAttributes() 568 while( --nText > 0 ) in Notify() 591 while( --nText > 0 ) in Notify() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 931 sal_Int32 nText; in SdrEndTextEdit() local 932 for( nText = 0; nText < pTEObj->getTextCount(); ++nText ) in SdrEndTextEdit() 933 if( pTEObj->getText( nText ) == pTEObj->getActiveText() ) in SdrEndTextEdit() 936 …< SdrUndoObjSetText* >( GetModel()->GetSdrUndoFactory().CreateUndoObjectSetText(*pTEObj, nText ) ); in SdrEndTextEdit() 2261 sal_Int32 nText = pTextObj->getTextCount(); in ApplyFormatPaintBrush() local 2263 while( --nText >= 0 ) in ApplyFormatPaintBrush() 2265 SdrText* pText = pTextObj->getText( nText ); in ApplyFormatPaintBrush()
|
H A D | svdotxat.cxx | 402 sal_Int32 nText = getTextCount(); in RemoveOutlinerCharacterAttribs() local 404 while( --nText >= 0 ) in RemoveOutlinerCharacterAttribs() 406 SdrText* pText = getText( nText ); in RemoveOutlinerCharacterAttribs()
|
H A D | svdundo.cxx | 1154 SdrUndoObjSetText::SdrUndoObjSetText(SdrObject& rNewObj, sal_Int32 nText) in SdrUndoObjSetText() argument 1160 , mnText(nText) in SdrUndoObjSetText() 1888 SdrUndoAction* SdrUndoFactory::CreateUndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText ) in CreateUndoObjectSetText() argument 1890 return new SdrUndoObjSetText( rNewObj, nText ); in CreateUndoObjectSetText()
|
H A D | svdotext.cxx | 617 for( sal_Int32 nText = 0; nText < nCount; nText++ ) in SetModel() local 619 SdrText* pText = getText( nText ); in SetModel()
|
/aoo41x/main/sd/source/core/undo/ |
H A D | undofactory.cxx | 43 SdrUndoAction* UndoFactory::CreateUndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText ) in CreateUndoObjectSetText() argument 45 return new UndoObjectSetText( rNewObj, nText ); in CreateUndoObjectSetText()
|
H A D | undoobjects.cxx | 195 UndoObjectSetText::UndoObjectSetText( SdrObject& rObject, sal_Int32 nText ) in UndoObjectSetText() argument 196 : SdrUndoObjSetText( rObject, nText ) in UndoObjectSetText()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | ReportUndoFactory.cxx | 122 SdrUndoAction* OReportUndoFactory::CreateUndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText ) in CreateUndoObjectSetText() argument 124 return m_pUndoFactory->CreateUndoObjectSetText( rNewObj, nText ); in CreateUndoObjectSetText()
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox2.cxx | 2082 Pair ToolBox::GetTextStartEnd( long nText ) const in GetTextStartEnd() 2086 return mpData->m_pLayoutData ? mpData->m_pLayoutData->GetLineStartEnd( nText ) : Pair( -1, -1 ); in GetTextStartEnd() 2091 sal_uInt16 ToolBox::GetDisplayItemId( long nText ) const in GetDisplayItemId() 2096 …if( mpData->m_pLayoutData && nText >= 0 && (sal_uLong)nText < mpData->m_pLayoutData->m_aLineItemId… in GetDisplayItemId() 2097 nItemId = mpData->m_pLayoutData->m_aLineItemIds[nText]; in GetDisplayItemId()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | futext.cxx | 1534 for( sal_Int32 nText = 0; nText < pTextObj->getTextCount(); nText++ ) in ChangeFontSize() local 1536 pTextObj->setActiveText( nText ); in ChangeFontSize()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdundo.hxx | 479 SdrUndoObjSetText(SdrObject& rNewObj, sal_Int32 nText ); 875 virtual SdrUndoAction* CreateUndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText );
|
/aoo41x/main/sd/inc/undo/ |
H A D | undofactory.hxx | 37 virtual SdrUndoAction* CreateUndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText );
|
H A D | undoobjects.hxx | 103 UndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText );
|
/aoo41x/main/reportdesign/source/core/inc/ |
H A D | ReportUndoFactory.hxx | 58 virtual SdrUndoAction* CreateUndoObjectSetText( SdrObject& rNewObj, sal_Int32 nText );
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 631 Pair GetTextStartEnd( long nText ) const; 633 sal_uInt16 GetDisplayItemId( long nText ) const;
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1231 …onst ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &, sal_uInt32 nText,
|