Home
last modified time | relevance | path

Searched refs:rCaption (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Dpostit.cxx76 static void SetCaptionLayer( SdrCaptionObj& rCaption, bool bShown );
78 static void SetBasicCaptionSettings( SdrCaptionObj& rCaption, bool bShown );
80 static void SetCaptionUserData( SdrCaptionObj& rCaption, const ScAddress& rPos );
82 static void SetDefaultItems( SdrCaptionObj& rCaption, ScDocument& rDoc );
84 static void SetCaptionItems( SdrCaptionObj& rCaption, const SfxItemSet& rItemSet );
89 void ScCaptionUtil::SetCaptionLayer( SdrCaptionObj& rCaption, bool bShown ) in SetCaptionLayer() argument
92 if( nLayer != rCaption.GetLayer() ) in SetCaptionLayer()
93 rCaption.SetLayer( nLayer ); in SetCaptionLayer()
96 void ScCaptionUtil::SetBasicCaptionSettings( SdrCaptionObj& rCaption, bool bShown ) in SetBasicCaptionSettings() argument
98 ScDrawLayer::SetAnchor( &rCaption, SCA_PAGE ); in SetBasicCaptionSettings()
[all …]
H A Ddpoutput.cxx674 void ScDPOutput::FieldCell( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rCaption, in FieldCell() argument
677 pDoc->SetString( nCol, nRow, nTab, rCaption ); in FieldCell()
H A Ddptabres.cxx1346 static String lcl_parseSubtotalName(const String& rSubStr, const String& rCaption) in lcl_parseSubtotalName() argument
1361 aNewStr.Append(rCaption); in lcl_parseSubtotalName()
/AOO41X/main/vcl/inc/unx/gtk/
H A Dgtkgdi.hxx66 const rtl::OUString& rCaption );
69 const rtl::OUString& rCaption );
71 … const ImplControlValue& aValue, const rtl::OUString& rCaption,
97 const OUString& rCaption );
102 const OUString& rCaption );
107 const OUString& rCaption );
112 const OUString& rCaption );
117 const OUString& rCaption );
122 const OUString& rCaption );
127 const OUString& rCaption );
[all …]
/AOO41X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx190 const ImplControlValue& aValue, const OUString& rCaption );
194 const ImplControlValue& aValue, const OUString& rCaption );
199 const OUString& rCaption );
203 const ImplControlValue& aValue, const OUString& rCaption );
207 const OUString& rCaption );
210 const ImplControlValue& aValue, const OUString& rCaption );
214 const ImplControlValue& aValue, const OUString& rCaption );
217 const ImplControlValue& aValue, const OUString& rCaption );
225 const OUString& rCaption );
715 const OUString& rCaption ) in drawNativeControl() argument
[all …]
/AOO41X/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx83 void SAL_CALL ScVbaButtonCharacters::setCaption( const OUString& rCaption ) throw (uno::RuntimeExce… in setCaption() argument
95 setFullString( aString.replaceAt( nStart, nLength, rCaption ) ); in setCaption()
443 void SAL_CALL ScVbaButton::setCaption( const OUString& rCaption ) throw (uno::RuntimeException) in setCaption() argument
445 mxControlProps->setPropertyValue( CREATE_OUSTRING( "Label" ), uno::Any( rCaption ) ); in setCaption()
H A Dvbasheetobject.hxx58 …virtual void SAL_CALL setCaption( const ::rtl::OUString& rCaption ) throw (css::uno::RuntimeExcept…
192 …virtual void SAL_CALL setCaption( const ::rtl::OUString& rCaption ) throw (css::uno::RuntimeExcept…
/AOO41X/main/sc/inc/
H A Dpostit.hxx196 SdrCaptionObj& rCaption, bool bShown );
H A Ddpoutput.hxx121 void FieldCell( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rCaption,
/AOO41X/main/oox/source/xls/
H A Ddrawingfragment.cxx707 OUString& rCaption, const ::oox::vml::TextBox* pTextBox, sal_Int32 nTextHAlign ) const in convertControlText() argument
711 rCaption = pTextBox->getText(); in convertControlText()
/AOO41X/main/oox/inc/oox/xls/
H A Ddrawingfragment.hxx201 … ::oox::ole::AxFontData& rAxFontData, sal_uInt32& rnOleTextColor, ::rtl::OUString& rCaption,