Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 192) sorted by relevance

12345678

/trunk/main/i18npool/inc/
H A Dtransliteration_Ignore.hxx82 class ignore##name : public transliteration_Ignore {\
84 ignore##name ();\
123 class ignore##name : public transliteration_Ignore {\
125 ignore##name () {\
151 class ignore##name : public transliteration_Ignore {\
153 ignore##name () {\
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx170 if (idx == cache::ignore || !state_.typeCache[idx].is()) { in readType()
219 if (idx != cache::ignore) { in readType()
247 if (oid.isEmpty() && idx != cache::ignore) { in readOid()
257 if (idx != cache::ignore) { in readOid()
274 if (idx == cache::ignore || state_.tidCache[idx].getLength() == 0) { in readTid()
283 if (idx != cache::ignore) { in readTid()
433 if (idx >= cache::size && idx != cache::ignore) { in readCacheIndex()
H A Dcache.hxx45 enum { size = 256, ignore = 0xFFFF }; enumerator
56 OSL_ASSERT(size < cache::ignore); in Cache()
63 return cache::ignore; in add()
/trunk/main/binaryurp/qa/
H A Dtest-unmarshal.cxx52 buf[1] = static_cast< sal_Int8 >(binaryurp::cache::ignore >> 8); in TEST_F()
53 buf[2] = static_cast< sal_Int8 >(binaryurp::cache::ignore & 0xFF); in TEST_F()
77 buf[1] = static_cast< sal_Int8 >(binaryurp::cache::ignore >> 8); in TEST_F()
78 buf[2] = static_cast< sal_Int8 >(binaryurp::cache::ignore & 0xFF); in TEST_F()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DFileTools.java57 public static void copyDirectory(File srcDir, File dstDir, String[] ignore) in copyDirectory() argument
60 for (int i=0; i<ignore.length;i++){ in copyDirectory()
61 if (srcDir.getName().endsWith(ignore[i])) { in copyDirectory()
73 copyDirectory(new File(srcDir, files[i]), new File(dstDir, files[i]), ignore); in copyDirectory()
/trunk/main/configmgr/source/
H A Dxcuparser.hxx115 bool ignore; member
121 ignore(true), insert(false), locked(false), pop(thePop) in State()
125 node(theNode), ignore(false), insert(false), locked(theLocked), in State()
132 node(theNode), name(theName), ignore(false), insert(true), in State()
/trunk/main/oox/source/dump/
H A Ddumperbase.ini130 # ignore-empty = <bool>
137 # - ignore-empty (optional): Specifies whether to skip empty names in a list.
154 # ignore-empty = false
186 # ignore = <bitfield>
192 # - ignore (optional): Specifies bits to be ignored. Bits without an explicit
194 # to not ignore a bit.
217 # ignore = <bitfield>
224 # - ignore (optional): See flagslist above.
H A Doledumper.ini188 ignore=0xFFFF8000
198 ignore=0xFFFFFFFC
265 ignore=0xFFFFFFE0
272 ignore=0xFFFF0000
281 ignore=0xFFFF0000
302 ignore=0xFFFF0000
311 ignore=0xFFFFFFF8
331 ignore=0xFFFFF000
H A Dbiffdumper.ini550 ignore=0x000000C0
644 ignore=0x0002
811 ignore=0x0010
881 ignore=0xFFFE
1196 ignore=0x3FF0
1224 ignore=0x0100
1498 ignore=0xFFF0
1712 ignore=0xFFF8
1795 ignore=0xFFE0
1822 ignore=0xFFF0
[all …]
/trunk/main/solenv/bin/
H A Dbuild.pl127 my $ignore = '';
329 if ($ignore && scalar @ignored_errors) {
803 if ($error_code && $ignore) {
1481 $arg =~ /^--checkmodules$/ and $checkparents = 1 and $ignore = 1 and next;
1541 $arg =~ /^-i$/ and $ignore = 1 and next;
1582 if ($ignore && !$html) {
1819 if (defined $modules_with_errors{$dependencies_hash} && !$ignore) {
1975 if (defined $modules_with_errors{$projects_deps_hash{$prj}} && !$ignore) {
2049 if ($error_code && $ignore) {
3510 if (defined $modules_with_errors{$prj_deps_hash} && !$ignore) {
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DSubDocumentReadHandler.java47 private boolean ignore = false; field in SubDocumentReadHandler
63 ignore = true; in SubDocumentReadHandler()
74 if (!ignore) in startParsing()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java240 catch ( Exception ignore ) in getUnoPackagesDB()
264 catch ( Exception ignore ) in getUnoPackagesDB()
301 catch( Exception ignore ) in writeUnoPackageDB()
319 catch ( Exception ignore ) in writeUnoPackageDB()
H A DScriptMetaData.java337 catch (java.io.IOException ignore ) { in loadSource()
338 LogUtils.DEBUG("** Failed to read scriot from url " + ignore.toString() ); in loadSource()
372 catch ( Exception ignore ) in writeSourceFile()
/trunk/main/offapi/com/sun/star/task/
H A DXStatusIndicator.idl91 Stopped indicators must ignore this call.
103 Wrong values must be ignored and stopped indicators must ignore this
119 Stopped indicators must ignore this call.
/trunk/main/sal/qa/osl/setthreadname/
H A Dtest-setthreadname.cxx48 std::cin.ignore(std::numeric_limits< int >::max(), '\n'); in run()
57 std::cin.ignore(std::numeric_limits< int >::max(), '\n'); in run()
/trunk/test/testgui/.settings/
H A Dorg.eclipse.jdt.core.prefs5 org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
12 org.eclipse.jdt.core.incompatibleJDKLevel=ignore
/trunk/main/offapi/com/sun/star/ucb/
H A DCookiePolicy.idl37 /** Interactively accept or ignore each individual cookie request.
47 /** Generally ignore all cookie requests.
/trunk/main/uui/source/
H A Dalreadyopen.src36 …rself on a different system since $(ARG2)\n\nOpen document read-only, or ignore own file locking a…
48 …stem since $(ARG2)\n\nClose document on other system and retry saving or ignore own file locking a…
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java120 Ignore ignore = description.getAnnotation(Ignore.class); in testIgnored() local
122 ignoredEl.setAttribute("message", ignore.value()); in testIgnored()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java202 catch (Exception ignore) // TODO re-examine error handling in edit()
377 catch (IOException ignore) { in saveTextArea()
/trunk/main/udkapi/com/sun/star/loader/
H A DXImplementationLoader.idl60 @param implementationLoaderUrl specification bug, ignore this parameter, please
95 @param implementationLoaderUrl specification bug, ignore this parameter, please
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java116 catch (IOException ignore) { in loadFile()
272 catch (IOException ignore) { in saveTextArea()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java256 public void setIgnoreDependsForUninstall(boolean ignore) { in setIgnoreDependsForUninstall() argument
257 ignoreDependsForUninstall = ignore; in setIgnoreDependsForUninstall()
/trunk/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl101 ignore those single indexes. For example if you only have three
103 ignore the '5' and continue to place the sequence from
/trunk/main/udkapi/com/sun/star/lang/
H A DXConnectionPoint.idl148 We ignore the problem in this interface. A solution must be provided
176 We ignore the problem in this interface. A solution must be

Completed in 94 milliseconds

12345678