Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 241) sorted by relevance

12345678910

/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx352 full, css::uno::UNO_QUERY); in testFull()
439 ASSERT_TRUE(full->getSecond().Value.Value.IsPresent); in testFull()
442 ASSERT_TRUE(!full->getSecond().Value.IsDefaulted); in testFull()
443 ASSERT_TRUE(!full->getSecond().IsAmbiguous); in testFull()
452 ASSERT_TRUE(!full->getSecond().Value.IsDefaulted); in testFull()
453 ASSERT_TRUE(!full->getSecond().IsAmbiguous); in testFull()
488 full, css::uno::UNO_QUERY); in testFull()
505 full, css::uno::UNO_QUERY); in testFull()
538 ASSERT_TRUE(full->getSecond().Value.Value.IsPresent); in testFull()
541 ASSERT_TRUE(!full->getSecond().Value.IsDefaulted); in testFull()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties33 # {2} - full path to file
37 # {2} - full path to file
41 # {2} - full path to file
45 # {2} - full path to file
49 # {2} - full path to file
54 # {3} - full path to old file
55 # {4} - full path to new file
59 # {2} - full path to file
/trunk/main/odk/examples/cpp/custompanel/
H A DMakefile105 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)CalcWindowState.xcu$(QM)"/$(CSEP…
107 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)DrawWindowState.xcu$(QM)"/$(CSEP…
109 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ImpressWindowState.xcu$(QM)"/$(C…
111 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)WriterWindowState.xcu$(QM)"/$(CS…
113 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Factories.xcu$(QM)"/$(CSEP) >> $@
115 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_NAME).components$(QM)"/$(…
/trunk/main/solenv/inc/
H A Dwntmsci10.mk219 LINKFLAGS=-NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv -INCREMENTAL:YES
223 LINKFLAGS+= -NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv
225 LINKFLAGS+= -NODEFAULTLIB -RELEASE -DEBUG:full
232 LINKFLAGS=-NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv
237 LINKFLAGS=/NODEFAULTLIB /DEBUG:full /DEBUGTYPE:cv
247 LINKFLAGSDEBUG=-DEBUG:full -DEBUGTYPE:cv
/trunk/main/odk/examples/java/Inspector/
H A DMakefile129 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@
131 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ProtocolHandler.xcu$(QM)"/$(CSEP…
133 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ObjectInspector.xcs$(QM)"/$(CSEP…
135 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ObjectInspector.xcu$(QM)"/$(CSEP…
137 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(subst /META-INF,,$(subst $(SAM…
139 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(subst /META-INF,,$(subst $(SAM…
/trunk/main/sal/rtl/source/
H A Dalloc_cache.c732 rtl_cache_magazine_type * full; in rtl_cache_depot_exchange_alloc() local
737 full = rtl_cache_depot_dequeue (&(cache->m_depot_full)); in rtl_cache_depot_exchange_alloc()
738 if ((full != NULL) && (empty != NULL)) in rtl_cache_depot_exchange_alloc()
744 OSL_ASSERT((full == NULL) || (full->m_mag_used > 0)); in rtl_cache_depot_exchange_alloc()
746 return (full); in rtl_cache_depot_exchange_alloc()
761 rtl_cache_magazine_type * full in rtl_cache_depot_exchange_free() argument
766 OSL_ASSERT((full == NULL) || (full->m_mag_used > 0)); in rtl_cache_depot_exchange_free()
770 if ((empty != NULL) && (full != NULL)) in rtl_cache_depot_exchange_free()
773 rtl_cache_depot_enqueue (&(cache->m_depot_full), full); in rtl_cache_depot_exchange_free()
/trunk/main/solenv/bin/
H A Dmacosx-dylib-link-list.pl73 my $full = $1;
77 handle($full, $loc) unless defined $done{$full};
81 die "unknown $full (from $file)";
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java927 protected String getComponentForString(String full, String module) in getComponentForString() argument
933 full = full.substring(0, full.length() - 4); in getComponentForString()
936 int lastdot = full.lastIndexOf("."); in getComponentForString()
937 component = full.substring(lastdot + 1, full.length()); in getComponentForString()
941 String withoutComponent = full.substring(0, lastdot); in getComponentForString()
/trunk/main/offapi/com/sun/star/rendering/
H A DXAnimatedSprite.idl60 (where a cycle is defined as one full animation run, i.e. the
61 full [0,1] range of the <member>XAnimation::render</member>'s
62 t parameter, or a full sequence of sprite bitmaps drawn). Once
74 is defined as one full animation run, i.e. the full [0,1]
76 parameter, or a full sequence of sprite bitmaps drawn).
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java344 String full = e.toString(); in processBshException() local
345 int index = full.indexOf( "Target exception:" ); in processBshException()
348 String toParse = full.substring( index ); in processBshException()
350 StringTokenizer tokenizer = new StringTokenizer( full.substring( index ),":" ); in processBshException()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DMakefile79 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@
81 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Jobs.xcu$(QM)"/$(CSEP) >> $@
83 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)…
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DMakefile80 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@
82 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ProtocolHandler.xcu$(QM)"/$(CSEP…
84 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)…
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A DMakefile94 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@
96 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ProtocolHandler.xcu$(QM)"/$(CSEP…
98 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_NAME).components$(QM)"/$(…
/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationModulesNew.idl42 /// Transliterate a string from half width character to full width character
44 /// Transliterate a string from full width character to half width character
54 … /// Ignore full width and half width characters when comparing strings by transliteration service
126 /// Transliterate a half width number string to full width number string
H A DTransliterationModules.idl46 /// Transliterate a string from half width character to full width character
48 /// Transliterate a string from full width character to half width character
74 /// Ignore full width and half width character when comparing strings by transliteration service
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMakefile104 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@
106 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ProtocolHandler.xcu$(QM)"/$(CSEP…
108 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_NAME).components$(QM)"/$(…
/trunk/main/offapi/com/sun/star/mozilla/
H A DXProfileDiscover.idl80 /** attempts to get the full path for the given profile.
85 the profile name to get full path.
87 the full path of the given profile.
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx668 rtl::OUString full(name); in fullDllName() local
669 if (full.indexOf('.') == -1) { in fullDllName()
670 full += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".DLL")); in fullDllName()
672 return full; in fullDllName()
/trunk/main/offapi/com/sun/star/presentation/
H A DXPresentation.idl44 /** The presentation is shown in full-screen and started from the
51 /** The presentation is stopped and the full-screen mode will end.
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DMakefile167 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(subst /META-INF,,$(subst $(COM…
169 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP1_COMPONENTS)$(QM)"/$(CSEP…
178 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP2_COMPONENTS)$(QM)"/$(CSEP…
/trunk/main/offapi/com/sun/star/ucb/
H A DFetchError.idl46 <p>Therefore the <type>FetchResult</type> does not contain the full
57 Therefore the <type>FetchResult</type> does not contain the full count
/trunk/main/framework/inc/classes/
H A Dresource.hrc41 …ISC_RETRY_BUTTON (RID_STR_START+9) // used by AuotSave to show error state: full disc
42 …ISC_MSG (RID_STR_START+10) // used by AuotSave to show error state: full disc
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DMakefile88 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)TypeDetection.xcu$(QM)"/$(CSEP) …
90 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)…
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DMakefile85 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)FlatXmlFilter_java.xcu$(QM)"/$(C…
87 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)…
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DMakefile91 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(SAMPLE_NAME).xcu$(QM)"/$(CSEP)…
93 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_NAME).components$(QM)"/$(…

Completed in 106 milliseconds

12345678910