/trunk/main/sc/source/ui/vba/ |
H A D | vbacharacters.cxx | 57 ScVbaCharacters::getCaption() throw (css::uno::RuntimeException) in getCaption() function in ScVbaCharacters 71 return getCaption().getLength(); in getCount() 77 return getCaption(); in getText()
|
H A D | vbasheetobject.cxx | 74 OUString SAL_CALL ScVbaButtonCharacters::getCaption() throw (uno::RuntimeException) in getCaption() function in ScVbaButtonCharacters 107 return getCaption(); in getText() 438 OUString SAL_CALL ScVbaButton::getCaption() throw (uno::RuntimeException) in getCaption() function in ScVbaButton
|
H A D | vbasheetobject.hxx | 57 virtual ::rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException); 191 virtual ::rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
H A D | vbacharacters.hxx | 51 virtual ::rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbalabel.cxx | 38 ScVbaLabel::getCaption() throw (css::uno::RuntimeException) in getCaption() function in ScVbaLabel 53 return uno::makeAny( getCaption() ); in getValue()
|
H A D | vbacheckbox.hxx | 38 virtual rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
H A D | vbalabel.hxx | 41 virtual rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
H A D | vbaradiobutton.hxx | 37 virtual rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
H A D | vbaframe.hxx | 45 virtual rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
H A D | vbabutton.hxx | 38 virtual rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
H A D | vbacheckbox.cxx | 40 ScVbaCheckbox::getCaption() throw (css::uno::RuntimeException) in getCaption() function in ScVbaCheckbox
|
H A D | vbaframe.cxx | 50 rtl::OUString SAL_CALL ScVbaFrame::getCaption() throw (css::uno::RuntimeException) in getCaption() function in ScVbaFrame
|
H A D | vbaradiobutton.cxx | 39 ScVbaRadioButton::getCaption() throw (css::uno::RuntimeException) in getCaption() function in ScVbaRadioButton
|
H A D | vbabutton.cxx | 38 ScVbaButton::getCaption() throw (css::uno::RuntimeException) in getCaption() function in ScVbaButton
|
H A D | vbatogglebutton.hxx | 42 virtual rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
H A D | vbauserform.hxx | 51 virtual ::rtl::OUString SAL_CALL getCaption() throw (::com::sun::star::uno::RuntimeException);
|
H A D | vbatogglebutton.cxx | 47 ScVbaToggleButton::getCaption() throw (css::uno::RuntimeException) in getCaption() function in ScVbaToggleButton
|
H A D | vbauserform.cxx | 104 ScVbaUserForm::getCaption() throw (uno::RuntimeException) in getCaption() function in ScVbaUserForm
|
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclControl.java | 106 public String getCaption() { in getCaption() method in VclControl 251 return text.equals(VclControl.this.getCaption());
|
H A D | VclWindow.java | 46 return getCaption(); in getText()
|
/trunk/main/reportdesign/source/core/api/ |
H A D | ReportEngineJFree.cxx | 206 String sName = m_xReport->getCaption(); in getNewOutputName() 251 aConvertedProperties[nPos++].Value <<= m_xReport->getCaption(); in getNewOutputName()
|
/trunk/test/testgui/source/testlib/gui/ |
H A D | SCTool.java | 58 String caption = scInputBarInput.getCaption(); in getCellInput()
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbacommandbarcontrol.hxx | 57 virtual ::rtl::OUString SAL_CALL getCaption() throw (css::uno::RuntimeException);
|
H A D | vbacommandbarcontrol.cxx | 48 ScVbaCommandBarControl::getCaption() throw ( uno::RuntimeException ) in getCaption() function in ScVbaCommandBarControl
|
/trunk/main/oovbaapi/ooo/vba/excel/ |
H A D | XTitle.idl | 84 // string getCaption( ) raises ( com::sun::star::script::BasicErrorException );
|