Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sal/rtl/source/
H A Dbootstrap.cxx925 sal_Int32 nesting = 0; in expandMacros() local
934 ++nesting; in expandMacros()
937 if (nesting == 0) { in expandMacros()
941 --nesting; in expandMacros()
945 if (nesting == 0 && n < 2) { in expandMacros()
/AOO41X/main/udkapi/com/sun/star/beans/
H A DXHierarchicalPropertySet.idl65 up to an arbitrary nesting depth. Often the intermediate
/AOO41X/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl129 number of nesting levels away from the root need not be included in the
/AOO41X/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java596 void printNesting(TreeNode node, TreeNode nesting) in printNesting() argument
599 + " possibly moved across nesting " + nesting.toString()); in printNesting()