Home
last modified time | relevance | path

Searched refs:bElementexists (Results 1 – 5 of 5) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DDesktop.java184 boolean bElementexists = true; in getIncrementSuffix()
188 while (bElementexists) in getIncrementSuffix()
190 bElementexists = xElementContainer.hasByName(ElementName); in getIncrementSuffix()
191 if (bElementexists) in getIncrementSuffix()
206 boolean bElementexists = true; in getIncrementSuffix()
210 while (bElementexists) in getIncrementSuffix()
212 bElementexists = xElementContainer.hasByHierarchicalName(ElementName); in getIncrementSuffix()
213 if (bElementexists) in getIncrementSuffix()
297 boolean bElementexists = true; in getUniqueName()
306 while (bElementexists) in getUniqueName()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java847 boolean bElementexists = true; in createUniqueName()
851 while (bElementexists) { in createUniqueName()
852 bElementexists = _xElementContainer.hasByName(_sElementName); in createUniqueName()
853 if (bElementexists) { in createUniqueName()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx546 bool bElementexists = true; in getUniqueName() local
551 while (bElementexists == true) in getUniqueName()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx722 bool bElementexists = true; in getUniqueName() local
727 while (bElementexists == true) in getUniqueName()
/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java431 boolean bElementexists = true; in addUniqueVariableName()
434 while (bElementexists){ in addUniqueVariableName()

Completed in 45 milliseconds