Searched refs:rCaption (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | postit.cxx | 92 if( nLayer != rCaption.GetLayer() ) in SetCaptionLayer() 93 rCaption.SetLayer( nLayer ); in SetCaptionLayer() 99 SetCaptionLayer( rCaption, bShown ); in SetBasicCaptionSettings() 100 rCaption.SetFixedTail(); in SetBasicCaptionSettings() 101 rCaption.SetSpecialTextBoxShadow(); in SetBasicCaptionSettings() 152 rCaption.SetMergedItemSet( aItemSet ); in SetDefaultItems() 158 rCaption.SetMergedItemSet( rItemSet ); in SetCaptionItems() 163 rCaption.SetSpecialTextBoxShadow(); in SetCaptionItems() 228 mpCaption( &rCaption ) in ScCaptionCreator() 451 ScCaptionCreator( rDoc, rPos, rCaption ) in ScNoteCaptionCreator() [all …]
|
H A D | dpoutput.cxx | 674 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 D | dptabres.cxx | 1346 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 D | gtkgdi.hxx | 97 const OUString& rCaption ); 102 const OUString& rCaption ); 107 const OUString& rCaption ); 117 const OUString& rCaption ); 122 const OUString& rCaption ); 132 const OUString& rCaption ); 137 const OUString& rCaption ); 143 const OUString& rCaption ); 148 const OUString& rCaption ); 158 const OUString& rCaption ); [all …]
|
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 199 const OUString& rCaption ); 207 const OUString& rCaption ); 225 const OUString& rCaption ); 715 const OUString& rCaption ) in drawNativeControl() argument 926 const OUString& rCaption, in getNativeControlRegion() argument 937 nState, aValue, rCaption ); in getNativeControlRegion() 945 aValue, rCaption ); in getNativeControlRegion() 954 aValue, rCaption ); in getNativeControlRegion() 962 aValue, rCaption ); in getNativeControlRegion() 1793 nState, aValue, rCaption ); in NWPaintGTKEditBox() [all …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbasheetobject.cxx | 83 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 D | vbasheetobject.hxx | 58 …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 D | postit.hxx | 196 SdrCaptionObj& rCaption, bool bShown );
|
H A D | dpoutput.hxx | 121 void FieldCell( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rCaption,
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 707 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 D | drawingfragment.hxx | 201 … ::oox::ole::AxFontData& rAxFontData, sal_uInt32& rnOleTextColor, ::rtl::OUString& rCaption,
|
Completed in 102 milliseconds