Home
last modified time | relevance | path

Searched refs:aExcept (Results 1 – 20 of 20) sorted by relevance

/AOO41X/main/ucb/source/ucp/gio/
H A Dgio_content.cxx152 #define EXCEPT(aExcept) \ argument
154 if (bThrow) throw aExcept;\
155 aRet = uno::makeAny( aExcept );\
175 { io::IOException aExcept(sMessage, rContext); in convertToException() local
176 EXCEPT(aExcept); } in convertToException()
179 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException() local
181 EXCEPT(aExcept); } in convertToException()
184 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException() local
186 EXCEPT(aExcept); } in convertToException()
189 { ucb::NameClashException aExcept(sMessage, rContext, in convertToException() local
[all …]
/AOO41X/main/dbaccess/source/core/misc/
H A Dsdbcoretools.cxx116 Exception aExcept; in extractExceptionMessage() local
117 _rError >>= aExcept; in extractExceptionMessage()
122 aBuffer.append( aExcept.Message ); in extractExceptionMessage()
/AOO41X/main/sw/source/core/access/
H A Dacccontext.hxx439 ::com::sun::star::uno::RuntimeException aExcept( \
441 throw aExcept;
447 ::com::sun::star::lang::DisposedException aExcept( \
450 throw aExcept; \
H A Daccselectionhelper.cxx87 lang::IndexOutOfBoundsException aExcept( in throwIndexOutOfBoundsException() local
90 throw aExcept; in throwIndexOutOfBoundsException()
H A Dacccontext.cxx635 lang::IndexOutOfBoundsException aExcept( in getAccessibleChild() local
638 throw aExcept; in getAccessibleChild()
H A Dacctable.cxx575 lang::IndexOutOfBoundsException aExcept( in CheckRowAndCol() local
579 throw aExcept; in CheckRowAndCol()
/AOO41X/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx73 catch (uno::Exception aExcept) in addAttr() local
88 catch (uno::Exception aExcept) in addAttr() local
100 catch (uno::Exception aExcept) in addAttr() local
/AOO41X/main/sw/source/core/unocore/
H A Dunoftn.cxx656 beans::UnknownPropertyException aExcept; in getPropertyValue() local
657 aExcept.Message = rPropertyName; in getPropertyValue()
658 throw aExcept; in getPropertyValue()
H A Dunotbl.cxx190 lang::IllegalArgumentException aExcept; in lcl_SetSpecialProperty() local
191aExcept.Message = C2U("relative width cannot be switched on with this property"); in lcl_SetSpecialProperty()
192 throw aExcept; in lcl_SetSpecialProperty()
4658 uno::RuntimeException aExcept; in insertByIndex() local
4659 aExcept.Message = C2U("Illegal arguments"); in insertByIndex()
4660 throw aExcept; in insertByIndex()
4749 uno::RuntimeException aExcept; in removeByIndex() local
4750 aExcept.Message = C2U("Illegal arguments"); in removeByIndex()
4751 throw aExcept; in removeByIndex()
4870 uno::RuntimeException aExcept; in insertByIndex() local
[all …]
H A Dunoredline.cxx152 uno::RuntimeException aExcept; in createTextCursor() local
153 aExcept.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( in createTextCursor()
156 throw aExcept; in createTextCursor()
H A Dunotext.cxx1218 beans::UnknownPropertyException aExcept; in getPropertyValue() local
1219 aExcept.Message = C2U("Unknown property: "); in getPropertyValue()
1220 aExcept.Message += rPropertyName; in getPropertyValue()
1221 throw aExcept; in getPropertyValue()
2883 uno::RuntimeException aExcept; in createTextCursor() local
2884 aExcept.Message = C2U("no text available"); in createTextCursor()
2885 throw aExcept; in createTextCursor()
H A Dunoframe.cxx1342 lang::IllegalArgumentException aExcept; in setPropertyValue() local
1343 aExcept.Message = C2U("Anchor to frame: no frame found"); in setPropertyValue()
1344 throw aExcept; in setPropertyValue()
2265 lang::IllegalArgumentException aExcept; in attachToRange() local
2266 aExcept.Message = OUString::createFromAscii("CLSID invalid"); in attachToRange()
2267 throw aExcept; in attachToRange()
2583 uno::RuntimeException aExcept; in createTextCursor() local
2584 aExcept.Message = C2U("no text available"); in createTextCursor()
2585 throw aExcept; in createTextCursor()
H A Dunoidx.cxx3116 lang::IllegalArgumentException aExcept; in replaceByIndex() local
3117 aExcept.Message = C2U("BibliographyDataField - wrong value"); in replaceByIndex()
3118 aExcept.ArgumentPosition = static_cast< sal_Int16 >(j); in replaceByIndex()
3119 throw aExcept; in replaceByIndex()
H A Dunodraw.cxx618 uno::RuntimeException aExcept; in add() local
620 aExcept.Message = C2U("object already inserted"); in add()
622 aExcept.Message = C2U("illegal object"); in add()
623 throw aExcept; in add()
H A Dunosett.cxx2463 RuntimeException aExcept; in setName() local
2464 aExcept.Message = C2U("readonly"); in setName()
2465 throw aExcept; in setName()
H A Dunostyle.cxx2589 uno::RuntimeException aExcept; in GetPropertyValues_Impl() local
2590aExcept.Message = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "No default value for: " ) ) + pNames[n… in GetPropertyValues_Impl()
2591 throw aExcept; in GetPropertyValues_Impl()
/AOO41X/main/sax/source/expatwrap/
H A Dsax_expat.cxx745 SAXParseException aExcept( in parse() local
759 a <<= aExcept; in parse()
765 throw aExcept; in parse()
/AOO41X/main/sax/source/fastparser/
H A Dfastparser.cxx655 SAXParseException aExcept( in parse() local
667 rEntity.mxErrorHandler->fatalError( Any( aExcept ) ); in parse()
671 throw aExcept; in parse()
/AOO41X/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1209 aExcept in DataToDoc() local
1213 … DBG_ERROR(ByteString(String(aExcept.Message), gsl_getSystemTextEncoding()).GetBuffer()); in DataToDoc()
H A Ddbmgr.cxx289 catch(Exception aExcept) in lcl_MoveAbsolute() local