Home
last modified time | relevance | path

Searched defs:nesting (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DTools.java41 private static SQLException toUnoException(Object source, Throwable throwable, int nesting) { in toUnoException()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx925 sal_Int32 nesting = 0; in expandMacros() local
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java596 void printNesting(TreeNode node, TreeNode nesting) in printNesting()