Home
last modified time | relevance | path

Searched refs:aRuntime (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx552 uno::RuntimeException aRuntime; in insertTextContent() local
553 aRuntime.Message = C2U(cInvalidObject); in insertTextContent()
554 throw aRuntime; in insertTextContent()
663 uno::RuntimeException aRuntime; in insertTextContentBefore() local
664 aRuntime.Message = C2U(cInvalidObject); in insertTextContentBefore()
665 throw aRuntime; in insertTextContentBefore()
787 uno::RuntimeException aRuntime; in removeTextContentBefore() local
788 aRuntime.Message = C2U(cInvalidObject); in removeTextContentBefore()
789 throw aRuntime; in removeTextContentBefore()
843 uno::RuntimeException aRuntime; in removeTextContentAfter() local
[all …]
H A Dunotbl.cxx2505 uno::RuntimeException aRuntime; in getDataArray() local
2506 aRuntime.Message = C2U("Table too complex"); in getDataArray()
2507 throw aRuntime; in getDataArray()
2571 uno::RuntimeException aRuntime; in setDataArray() local
2572 aRuntime.Message = C2U("Table too complex"); in setDataArray()
2573 throw aRuntime; in setDataArray()
2631 uno::RuntimeException aRuntime; in getData() local
2632 aRuntime.Message = C2U("Table too complex"); in getData()
2633 throw aRuntime; in getData()
2675 uno::RuntimeException aRuntime; in setData() local
[all …]
H A Dunoframe.cxx3058 uno::RuntimeException aRuntime; in getPosition() local
3059 aRuntime.Message = C2U("position cannot be determined with this method"); in getPosition()
3060 throw aRuntime; in getPosition()
3066 uno::RuntimeException aRuntime; in setPosition() local
3067 aRuntime.Message = C2U("position cannot be changed with this method"); in setPosition()
3068 throw aRuntime; in setPosition()