/aoo4110/main/cppuhelper/qa/propertysetmixin/ |
H A D | test_propertysetmixin.cxx | 375 full, css::uno::UNO_QUERY); in testFull() 462 CPPUNIT_ASSERT(full->getSecond().Value.Value.IsPresent); in testFull() 465 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull() 466 CPPUNIT_ASSERT(!full->getSecond().IsAmbiguous); in testFull() 475 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull() 476 CPPUNIT_ASSERT(!full->getSecond().IsAmbiguous); in testFull() 511 full, css::uno::UNO_QUERY); in testFull() 528 full, css::uno::UNO_QUERY); in testFull() 561 CPPUNIT_ASSERT(full->getSecond().Value.Value.IsPresent); in testFull() 564 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull() [all …]
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | Bundle.properties | 33 # {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
|
/aoo4110/main/odk/examples/cpp/custompanel/ |
H A D | Makefile | 105 …@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)"/$(…
|
/aoo4110/main/solenv/inc/ |
H A D | wntmsci10.mk | 220 LINKFLAGS=-NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv -INCREMENTAL:YES 224 LINKFLAGS+= -NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv 226 LINKFLAGS+= -NODEFAULTLIB -RELEASE -DEBUG:full 233 LINKFLAGS=-NODEFAULTLIB -DEBUG:full -DEBUGTYPE:cv 238 LINKFLAGS=/NODEFAULTLIB /DEBUG:full /DEBUGTYPE:cv 248 LINKFLAGSDEBUG=-DEBUG:full -DEBUGTYPE:cv
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | Makefile | 129 @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…
|
/aoo4110/main/solenv/bin/ |
H A D | macosx-dylib-link-list.pl | 73 my $full = $1; 77 handle($full, $loc) unless defined $done{$full}; 81 die "unknown $full (from $file)";
|
/aoo4110/main/sal/rtl/source/ |
H A D | alloc_cache.c | 732 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 != 0) && (empty != 0)) in rtl_cache_depot_exchange_alloc() 744 OSL_ASSERT((full == 0) || (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 == 0) || (full->m_mag_used > 0)); in rtl_cache_depot_exchange_free() 770 if ((empty != 0) && (full != 0)) in rtl_cache_depot_exchange_free() 773 rtl_cache_depot_enqueue (&(cache->m_depot_full), full); in rtl_cache_depot_exchange_free()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | APIDescGetter.java | 927 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()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XAnimatedSprite.idl | 60 (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).
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | ScriptProviderForBeanShell.java | 344 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()
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ |
H A D | Makefile | 80 @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)…
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/ |
H A D | Makefile | 79 @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)…
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/ |
H A D | Makefile | 94 @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)"/$(…
|
/aoo4110/main/offapi/com/sun/star/mozilla/ |
H A D | XProfileDiscover.idl | 80 /** 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.
|
/aoo4110/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | Makefile | 102 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Addons.xcu$(QM)"/$(CSEP) >> $@ 104 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)ProtocolHandler.xcu$(QM)"/$(CSEP… 106 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_NAME).components$(QM)"/$(…
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | TransliterationModulesNew.idl | 42 /// 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 D | TransliterationModules.idl | 46 /// 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
|
H A D | CalendarDisplayCode.idl | 52 /// Day of week, full name. 74 /// Combined full year and era, order depends on locale/calendar.
|
/aoo4110/main/basic/source/runtime/ |
H A D | dllmgr.cxx | 668 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()
|
/aoo4110/main/offapi/com/sun/star/presentation/ |
H A D | XPresentation.idl | 44 /** The presentation is shown in full-screen and started from the 51 /** The presentation is stopped and the full-screen mode will end.
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | Makefile | 167 …@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…
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | FetchError.idl | 46 <p>Therefore the <type>FetchResult</type> does not contain the full 57 Therefore the <type>FetchResult</type> does not contain the full count
|
/aoo4110/main/framework/inc/classes/ |
H A D | resource.hrc | 41 …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
|
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/ |
H A D | Makefile | 88 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)TypeDetection.xcu$(QM)"/$(CSEP) … 90 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)…
|
/aoo4110/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/ |
H A D | Makefile | 76 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(subst /META-INF,,$(subst $(OUT… 78 …@echo $(SQM) $(SQM)manifest:full-path="$(QM)$(COMP_COMPONENTS)$(QM)"/$(CSEP)…
|