/aoo41x/main/migrationanalysis/src/driver_docs/ |
H A D | CreateDriverDocs.wsf | 112 "/X:<sourceDir> base <source> directory " & vbLf & _ 178 Dim base 183 base = dir & "\" & lcApp_name & "\" 188 DAImportFile base & "Preparation.bas", "Preparation", app_name 194 base = dir & "\" 195 DAImportFile base & "AnalysisDriver.bas", "AnalysisDriver", app_name 197 DAImportFile base & "CollectedFiles.cls", "CollectedFiles", app_name 200 DAImportFile base & "IssueInfo.cls", "IssueInfo", app_name 201 DAImportFile base & "PrepareInfo.cls", "PrepareInfo", app_name 208 DAImportFile base & "common_res.bas", "common_res", app_name [all …]
|
/aoo41x/main/store/source/ |
H A D | stordata.hxx | 45 typedef OStorePageData base; typedef 72 return self::capacity (base::m_aDescr); in capacity() 85 : base (nPageSize) in OStoreDataPageData() 108 typedef OStorePageObject base; typedef in store::OStoreDataPageObject 133 typedef OStorePageData base; typedef 162 return self::capacity (base::m_aDescr); in capacity() 179 : base (nPageSize) in OStoreIndirectionPageData() 218 typedef OStorePageObject base; typedef in store::OStoreIndirectionPageObject 556 typedef OStorePageData base; typedef 609 : base (nPageSize), m_aNameBlock(), m_aDataBlock() in OStoreDirectoryPageData() [all …]
|
H A D | storpage.cxx | 97 if (!base::isWriteable()) in initialize() 357 if (!base::isWriteable()) in iget() 485 eErrCode = base::allocate (rPage); in save_dirpage_Impl() 497 eErrCode = base::allocate (rPage); in save_dirpage_Impl() 547 if (base::isWriteable()) in attrib() 584 if (!base::isWriteable()) in link() 627 if (!base::isWriteable()) in symlink() 670 eErrCode = base::allocate (aPage); in symlink() 699 if (!base::isWriteable()) in rename() 798 if (!base::isWriteable()) in remove() [all …]
|
H A D | stortree.hxx | 108 typedef OStorePageData base; typedef 126 static const sal_uInt16 thePageSize = base::theSize + self::theSize; 133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity() 147 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage() 159 base::m_aDescr.m_nUsed = store::htons(sal::static_int_cast< sal_uInt16 >(nBytes)); in usageCount() 242 typedef OStorePageObject base; typedef in store::OStoreBTreeNodeObject 284 typedef OStoreBTreeNodeObject base; typedef in store::OStoreBTreeRootObject
|
/aoo41x/main/ridljar/com/sun/star/uno/ |
H A D | Type.java | 556 if (base.equals(TYPE_NAME_VOID)) { in determineClass() 560 } else if (base.equals(TYPE_NAME_BYTE)) { in determineClass() 562 } else if (base.equals(TYPE_NAME_SHORT) in determineClass() 565 } else if (base.equals(TYPE_NAME_LONG) in determineClass() 568 } else if (base.equals(TYPE_NAME_HYPER) in determineClass() 575 } else if (base.equals(TYPE_NAME_CHAR)) { in determineClass() 581 } else if (base.equals(TYPE_NAME_ANY)) { in determineClass() 584 int args = base.indexOf('<'); in determineClass() 586 base = base.substring(0, args); in determineClass() 590 c = Class.forName(base); in determineClass() [all …]
|
/aoo41x/main/autodoc/source/inc/ |
H A D | estack.hxx | 41 typedef std::slist<ELEM> base; typedef in EStack 42 const base & Base() const { return *this; } in Base() 43 base & Base() { return *this; } in Base() 53 : base( (const base &)(i_rStack) ) {} in EStack() 58 { base::operator=( i_rStack.Base() ); in operator =() 71 { base::push_front(i_rElem); } in push() 72 void pop() { base::pop_front(); } in pop() 76 const value_type & top() const { return base::front(); } in top() 77 bool empty() const { return base::empty(); } in empty() 80 value_type & top() { return base::front(); } in top()
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldReferenceType.idl | 47 Totals outside of the base field are shown as empty results. 52 result where the item in the base field is replaced by the specified base item.</p> 61 <p>The difference for item combinations containing the base item is shown as empty result.</p> 66 the next visible member of the base field, in the base field's sort order. If details for one 67 item in the base field are hidden, that item is skipped. The difference for the item with 84 Totals outside of the base field are shown as empty results. 99 Totals outside of the base field are shown as empty results. 108 /** Each result is added to the sum of the results for preceding items in the base field, 109 in the base field's sort order, and the total sum is shown. 111 <p>If details for one item in the base field are hidden, that item isn't included in [all …]
|
/aoo41x/main/soltools/mkdepend/ |
H A D | pr.c | 31 void pr( struct inclist *ip, char *file,char *base); 88 void recursive_pr_include(head, file, base) in recursive_pr_include() argument 90 register char *file, *base; 98 pr(head, file, base); 100 recursive_pr_include(head->i_list[ i ], file, base); 103 void pr(ip, file, base) in pr() argument 105 char *file, *base; 116 sprintf(buf, "\n%s%s%s: %s", objprefix, base, objsuffix,
|
/aoo41x/main/openssl/ |
H A D | opensslmingw.patch | 4 base=-Wl,--enable-auto-image-base; \ 7 - base=; [ $(LIBNAME) = "crypto" ] && base=-Wl,--image-base,0x63000000; \ 8 + base=; \ 11 + base=-Wl,--image-base,0x63000000; \ 19 - SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared $$base -Wl,-Bsymbolic -Wl,--out-implib,lib$(LIBN… 20 + SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared $$base -Wl,-Bsymbolic -Wl,--export-all-symbols -…
|
/aoo41x/main/ridljar/source/unoloader/com/sun/star/lib/unoloader/ |
H A D | UnoClassLoader.java | 70 public UnoClassLoader(URL base, URL[] classPath, ClassLoader parent) in UnoClassLoader() argument 73 super(createUrls(base, classPath), parent); in UnoClassLoader() 196 private static URL[] createUrls(URL base, URL[] classPath) in createUrls() argument 201 urls[0] = new URL(base, "java_uno.jar"); //TODO get rid of it here in createUrls() 202 urls[1] = new URL(base, "juh.jar"); in createUrls() 203 urls[2] = new URL(base, "jurt.jar"); in createUrls() 204 urls[3] = new URL(base, "ridl.jar"); in createUrls()
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdsingleton.cxx | 43 Reference< XTypeDescription > base; in init() local 45 base = Reference< XTypeDescription >( in init() 57 if (resolveTypedefs(base)->getTypeClass() == TypeClass_INTERFACE) { in init() 58 _xInterfaceTD = base; in init() 59 } else if (base->getTypeClass() == TypeClass_SERVICE) { in init() 61 base, UNO_QUERY_THROW); in init()
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | UnoProvider.java | 145 String base = (String)param.get("AppExecutionCommand"); in getSysBinDir() local 146 if (base == null) in getSysBinDir() 147 base = (String)param.get("UNORC"); in getSysBinDir() 149 if (base == null) in getSysBinDir() 152 String sysbindir = base.substring(0, in getSysBinDir() 153 base.indexOf("program")+7); in getSysBinDir()
|
/aoo41x/main/setup_native/source/packinfo/ |
H A D | packinfo_office_lang.txt | 195 solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-base" 197 packagename = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-base" 198 …ESTRING-base,ooobasis3.1-%LANGUAGESTRING-base,ooobasis3.2-%LANGUAGESTRING-base,ooobasis3.3-%LANGUA… 199 provides = "%BASISPACKAGEPREFIX-%LANGUAGESTRING-base" 207 pkg_list_entry = "%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-base"
|
H A D | packinfo_brand.txt | 122 solarispackagename = "%WITHOUTDOTUNIXPACKAGENAME-base" 123 packagename = "%UNIXPACKAGENAME-brand-base" 124 linuxreplaces = "openoffice.org3-base" 125 requires = "%UNIXPACKAGENAME,%BASISPACKAGEPREFIX-base" 126 solarisrequires = "%WITHOUTDOTUNIXPACKAGENAME,%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-base" 141 …E,%BASISPACKAGEPREFIX-%LANGUAGESTRING,%BASISPACKAGEPREFIX-%LANGUAGESTRING-base,%BASISPACKAGEPREFIX… 142 …UAGESTRING"),%BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-base (Name="Base languag…
|
/aoo41x/main/odk/source/unoapploader/win/ |
H A D | unoapploader.c | 194 char base[ _MAX_FNAME ]; in createCommandLine() local 202 _splitpath( cmdname, drive, dir, base, ext ); in createCommandLine() 204 strcat( newbase, base ); in createCommandLine() 246 char base[ _MAX_FNAME ]; in getErrorFile() local 256 _splitpath( fname, drive, dir, base, ext ); in getErrorFile() 257 strcpy( newbase, base ); in getErrorFile()
|
/aoo41x/main/javaunohelper/com/sun/star/comp/helper/ |
H A D | UnoInfo.java | 49 String base = null; in getBase() local 59 base = url.substring( 0, index + 1 ); in getBase() 65 return base; in getBase() 76 String base = getBase(); in getURLs() local 79 jars[i] = new URL( base + jarFileNames[i] ); in getURLs()
|
/aoo41x/main/sot/ |
H A D | Library_sot.mk | 58 sot/source/base/formats \ 59 sot/source/base/object \ 60 sot/source/base/exchange \ 61 sot/source/base/filelist \ 62 sot/source/base/factory \
|
/aoo41x/main/bridges/test/java_uno/acquire/ |
H A D | TestAcquire.java | 221 base = obj; in getInstance() 225 base = obj; in getInstance() 229 return base; in getInstance() 233 return base; in getInstance() 237 WaitUnreachable u = new WaitUnreachable(base); in getInstance() 238 base = null; in getInstance() 295 private XBase base; in getInstance() field in TestAcquire.Provider
|
/aoo41x/main/sal/osl/unx/ |
H A D | file_path_helper.cxx | 132 rtl::OUString base(rtl_uString_getStr(const_cast<rtl_uString*>(pustrBasePath))); in osl_systemPathMakeAbsolutePath() local 135 if (base.getLength() > 0) in osl_systemPathMakeAbsolutePath() 136 osl_systemPathEnsureSeparator(&base.pData); in osl_systemPathMakeAbsolutePath() 138 base += rel; in osl_systemPathMakeAbsolutePath() 140 rtl_uString_acquire(base.pData); in osl_systemPathMakeAbsolutePath() 141 *ppustrAbsolutePath = base.pData; in osl_systemPathMakeAbsolutePath()
|
/aoo41x/main/sysui/desktop/os2/ |
H A D | makefile.mk | 36 $(MISC)$/ooo-base-app.ico \ 37 $(MISC)$/ooo-base-doc.ico \ 63 $(MISC)$/ooo11-base-doc.ico \ 75 $(MISC)$/so8-base-app.ico \ 76 $(MISC)$/so8-base-doc.ico \ 102 $(MISC)$/so7-base-doc.ico \
|
/aoo41x/main/sal/osl/os2/ |
H A D | file_path_helper.cxx | 147 rtl::OUString base(rtl_uString_getStr(const_cast<rtl_uString*>(pustrBasePath))); in osl_systemPathMakeAbsolutePath() local 150 if (base.getLength() > 0) in osl_systemPathMakeAbsolutePath() 151 osl_systemPathEnsureSeparator(&base.pData); in osl_systemPathMakeAbsolutePath() 153 base += rel; in osl_systemPathMakeAbsolutePath() 155 rtl_uString_acquire(base.pData); in osl_systemPathMakeAbsolutePath() 156 *ppustrAbsolutePath = base.pData; in osl_systemPathMakeAbsolutePath()
|
/aoo41x/main/pyuno/source/module/ |
H A D | pyuno_except.cxx | 116 PyRef base; in createClass() local 122 base = getClass( pDesc->pBaseTypeDescription->aBase.pTypeName, runtime ); in createClass() 134 base = getClass( pDesc->pBaseTypeDescription->aBase.pTypeName, runtime ); in createClass() 140 base = PyRef(PyExc_Exception); in createClass() 148 if( base.is() ) in createClass() 153 PyTuple_SetItem( bases.get(), 0 , base.getAcquired() ); in createClass()
|
/aoo41x/main/autodoc/source/ary/cpp/ |
H A D | usedtype.cxx | 435 base = i_gate.Types().Find_Type((*it).nId).RelatedCe(); in RecursiveSearchCe_InBaseClassesOf() local 436 while (base.IsValid() AND is_type<Typedef>(i_gate.Ces().Find_Ce(base)) ) in RecursiveSearchCe_InBaseClassesOf() 438 base = i_gate.Types().Find_Type( in RecursiveSearchCe_InBaseClassesOf() 439 ary_cast<Typedef>(i_gate.Ces().Find_Ce(base)) in RecursiveSearchCe_InBaseClassesOf() 444 if (base.IsValid()) in RecursiveSearchCe_InBaseClassesOf() 447 basece = i_gate.Ces().Find_Ce(base); in RecursiveSearchCe_InBaseClassesOf()
|
/aoo41x/main/soltools/cpp/ |
H A D | _eval.c | 625 int i, base; in tokval() local 650 base = 10; in tokval() 656 base = 8; in tokval() 659 base = 16; in tokval() 668 if (i >= base) in tokval() 671 n *= base; in tokval() 674 if (n >= 0x80000000 && base != 10) in tokval()
|
/aoo41x/main/codemaker/source/codemaker/ |
H A D | typemanager.cxx | 294 void RegistryTypeManager::setBase(const OString& base) in setBase() argument 297 if (base.lastIndexOf('/') == (base.getLength() - 1)) in setBase() 298 m_pImpl->m_base += base.copy(0, base.lastIndexOf('/') - 1); in setBase() 300 m_pImpl->m_base += base; in setBase()
|