| /AOO41X/main/migrationanalysis/src/driver_docs/ |
| H A D | CreateDriverDocs.wsf | 112 "/X:<sourceDir> base <source> directory " & vbLf & _ 113 " The <sourceDir> is the base dir under which all the " & vbLf & _ 178 Dim base 183 base = dir & "\" & lcApp_name & "\" 185 DAImportFile base & "ApplicationSpecific.bas", "ApplicationSpecific", app_name 186 DAImportFile base & "MigrationAnalyser.cls", "MigrationAnalyser", app_name 188 DAImportFile base & "Preparation.bas", "Preparation", app_name 191 DAImportFile base & lcApp_name & "_res.bas", lcApp_name & "_res", app_name 194 base = dir & "\" 195 DAImportFile base & "AnalysisDriver.bas", "AnalysisDriver", app_name [all …]
|
| /AOO41X/main/store/source/ |
| H A D | stordata.hxx | 45 typedef OStorePageData base; typedef 61 static const sal_uInt16 thePageSize = base::theSize + self::theSize; 72 return self::capacity (base::m_aDescr); in capacity() 79 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage() 85 : base (nPageSize) in OStoreDataPageData() 87 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDataPageData() 88 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDataPageData() 108 typedef OStorePageObject base; typedef in store::OStoreDataPageObject 133 typedef OStorePageData base; typedef 151 static const sal_uInt16 thePageSize = base::theSize + self::theSize; [all …]
|
| H A D | storpage.cxx | 92 storeError eErrCode = base::initialize (pLockBytes, eAccessMode, rnPageSize); in initialize() 97 if (!base::isWriteable()) in initialize() 100 return base::loadObjectAt (m_aRoot, rnPageSize); in initialize() 115 eErrCode = base::saveObjectAt (m_aRoot, rnPageSize); in initialize() 357 if (!base::isWriteable()) in iget() 361 eErrCode = rPage.construct< inode >(base::allocator()); 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() [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 | 555 String base = _typeName.substring(offset); in determineClass() local 556 if (base.equals(TYPE_NAME_VOID)) { in determineClass() 558 } else if (base.equals(TYPE_NAME_BOOLEAN)) { in determineClass() 560 } else if (base.equals(TYPE_NAME_BYTE)) { in determineClass() 562 } else if (base.equals(TYPE_NAME_SHORT) in determineClass() 563 || base.equals(TYPE_NAME_UNSIGNED_SHORT)) { in determineClass() 565 } else if (base.equals(TYPE_NAME_LONG) in determineClass() 566 || base.equals(TYPE_NAME_UNSIGNED_LONG)) { in determineClass() 568 } else if (base.equals(TYPE_NAME_HYPER) in determineClass() 569 || base.equals(TYPE_NAME_UNSIGNED_HYPER)) { 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. 51 <p>If a base item name is specified, the reference value for a combination of field items is the 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> 65 <p>If "previous" or "next" is specified as the base item, the reference value is the result for 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 74 …TYPE>com::sun::star::sheet::DataPilotFieldReferenceItemType::NEXT</TYPE>) item of the base field is 84 Totals outside of the base field are shown as empty results. 87 …the base item, first (for <TYPE>com::sun::star::sheet::DataPilotFieldReferenceItemType::PREVIOUS</… [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$(LI… 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/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/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/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/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/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()
|
| H A D | dependencies.cxx | 131 void Dependencies::insert(rtl::OUString const & type, bool base) { in insert() argument 140 insert(t, base); in insert() 143 void Dependencies::insert(rtl::OString const & type, bool base) { in insert() argument 266 Map::value_type(t, base ? KIND_BASE : KIND_NO_BASE)); in insert() 267 } else if (base) { in insert()
|
| /AOO41X/main/sax/source/expatwrap/ |
| H A D | sax_expat.cxx | 270 const XML_Char *base, 277 const XML_Char *base, 283 const XML_Char *base, 322 const XML_Char *base, in call_callbackUnparsedEntityDecl() argument 327 …SaxExpatParser_Impl::callbackUnparsedEntityDecl(userData,entityName,base,systemId,publicId,notatio… in call_callbackUnparsedEntityDecl() 331 const XML_Char *base, in call_callbackNotationDecl() argument 335 SaxExpatParser_Impl::callbackNotationDecl(userData,notationName,base,systemId,publicId); in call_callbackNotationDecl() 339 const XML_Char *base, in call_callbackExternalEntityRef() argument 343 …return SaxExpatParser_Impl::callbackExternalEntityRef(parser,openEntityNames,base,systemId,publicI… in call_callbackExternalEntityRef()
|
| /AOO41X/main/solenv/bin/ |
| H A D | mkout.pl | 113 my (@field, $base, $dlst); 119 $base = join('/', @field); 120 $dlst = $base . '/prj/d.lst'; 130 return $base;
|