/aoo41x/main/bridges/source/cpp_uno/shared/ |
H A D | cppinterfaceproxy.cxx | 194 char const * const base = reinterpret_cast< char const * >(16); in castInterfaceToProxy() local 196 &reinterpret_cast< CppInterfaceProxy const * >(base)->vtables) - base; in castInterfaceToProxy()
|
/aoo41x/main/canvas/prj/ |
H A D | d.lst | 21 mkdir: %_DEST%\inc%_EXT%\canvas\base 22 ..\inc\canvas\base\*.hxx %_DEST%\inc%_EXT%\canvas\base\*.hxx
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XCompoundTypeDescription.idl | 45 /** Returns the type of the base type of the compound type. 46 If the compound does not have a base type, the method returns a null interface. 49 base interface or null
|
/aoo41x/main/sal/qa/rtl_strings/ |
H A D | rtl_OUString.cxx | 2417 const sal_Int32* expVal,int base,rtlTestResult hRtlTestResult) in test_index() argument 2430 if(base==0) in test_index() 2435 if(base==1) in test_index() 2489 if(base==0) in test_indexStr() 2495 if(base==1) in test_indexStr() 3148 const T* expVal,int base, in test_toData() argument 3174 if(base==0) in test_toData() 3180 if(base==1) in test_toData() 3186 if(base==2) in test_toData() 3192 if(base==3) in test_toData() [all …]
|
/aoo41x/main/sysui/desktop/solaris/ |
H A D | prototype | 31 s none usr/share/applications/%PREFIX-base.desktop=../../../opt/%PREFIX/share/xdg/base.desktop 40 f none usr/share/pixmaps/%ICONPREFIX-base.png=../icons/hicolor/48x48/apps/base.png
|
/aoo41x/main/desktop/util/ |
H A D | ooverinfo2.rc | 36 ICON 14 "icons/ooo-base-doc.ico" 48 ICON 26 "icons/ooo-base-app.ico" 60 ICON 38 "icons/ooo11-base-doc.ico"
|
/aoo41x/main/offapi/com/sun/star/text/fieldmaster/ |
H A D | Database.idl | 53 can be the name of a data base table, a data query or a statement. 59 can be the name of a data base table, a data query or a statement. 63 /** contains the name of the data base table.
|
/aoo41x/main/store/workben/ |
H A D | t_page.cxx | 581 typedef PageData base; typedef 588 base::guard(); in guard() 593 storeError result = base::verify(); in verify() 596 if (!(base::type() == self::theTypeId)) in verify() 608 typedef PageObject base; typedef in TestObject 626 storeError result = base::verify(); in verify() 679 typedef PageHolderObject< TestData > base; typedef in TestObjectV2
|
/aoo41x/main/udkapi/com/sun/star/uri/ |
H A D | XUriReferenceFactory.idl | 60 the base URI reference. If the given <code>uriReference</code> is a 72 “<code>..</code>”) within the path of the base URI (except 74 RFC 2396. If <FALSE/>, special segments within the path of the base 101 the base URI reference.
|
/aoo41x/main/basebmp/test/ |
H A D | bmpdemo.cxx | 320 PackedPixelColumnIterator( const MoveY& base, difference_type remainder ) : in PackedPixelColumnIterator() argument 321 y(base), in PackedPixelColumnIterator() 544 explicit PackedPixelRowIterator( pointer base ) : in PackedPixelRowIterator() argument 545 data_(base), in PackedPixelRowIterator() 746 PackedPixelIterator(pointer base, int ystride) : in PackedPixelIterator() argument 748 y(ystride,base) in PackedPixelIterator()
|
/aoo41x/main/sysui/desktop/icons/ |
H A D | makefile.mk | 63 $(MISC)$/ooo-base-app.ico \ 64 $(MISC)$/ooo-base-doc.ico \ 114 $(MISC)$/ooo11-base-doc.ico \
|
/aoo41x/main/stoc/source/uriproc/ |
H A D | UriReferenceFactory.cxx | 273 bool base, bool processSpecialSegments) in processSegments() argument 275 sal_Int32 count = uriReference->getPathSegmentCount() - (base ? 1 : 0); in processSegments() 281 if (!base && i == count - 1) { in processSegments() 289 segments.push_back(base ? -1 : 1); in processSegments() 296 segments.push_back(base ? -(i + 2) : i + 2); in processSegments()
|
/aoo41x/main/odk/ |
H A D | configure.pl | 628 my $base= shift; 631 my $resolvedpath = "$base/$link"; 641 $resolvedpath = `cd $base/$linktarget; pwd`; 644 $base = dirname("$resolvedpath");
|
/aoo41x/main/sal/osl/unx/ |
H A D | nlsupport.c | 69 _pair_search (const char *key, const _pair *base, unsigned int member ) in _pair_search() argument 77 if ( (key == NULL) || (base == NULL) || (member == 0) ) in _pair_search() 84 comparison = _pair_compare( key, base + current ); in _pair_search() 90 return base + current; in _pair_search()
|
/aoo41x/main/filter/source/config/fragments/ |
H A D | fcfg_base.mk | 21 all_fragments+=base 71 ALL_PACKAGES+=base
|
/aoo41x/main/ridljar/source/unoloader/com/sun/star/lib/unoloader/ |
H A D | UnoLoader.java | 70 public static void execute(final URL base, URL jar, String[] arguments) in execute() argument 80 base, null, UnoLoader.class.getClassLoader()); in execute()
|
/aoo41x/main/scripting/source/storage/ |
H A D | ScriptStorageManager.cxx | 84 OUString base = OUString::createFromAscii( in ScriptStorageManager() local 88 base.concat( OUString::createFromAscii( "::BaseInstallation}/share" ) ), in ScriptStorageManager() 91 base.concat( OUString::createFromAscii( "::UserInstallation}/user" ) ), in ScriptStorageManager()
|
/aoo41x/main/offapi/com/sun/star/rdf/ |
H A D | XDocumentMetadataAccess.idl | 104 base URI of the document is the string value of the RDF node. 217 a base URI to resolve relative URI references 228 or BaseURI is <NULL/> and the format requires use of a base URI, 351 a base URI to resolve relative URI references 352 <p>N.B.: when loading from an ODF package, the base URI is not the
|
/aoo41x/main/codemaker/inc/codemaker/ |
H A D | dependencies.hxx | 119 void insert(rtl::OUString const & type, bool base); 121 void insert(rtl::OString const & type, bool base);
|
/aoo41x/main/svl/qa/ |
H A D | test_URIHelper.cxx | 258 char const * base; in testNormalizedMakeRelative() member 286 m_context, rtl::OUString::createFromAscii(tests[i].base), in testNormalizedMakeRelative() 295 buf.append(tests[i].base); in testNormalizedMakeRelative()
|
/aoo41x/main/setup_native/source/packinfo/ |
H A D | package_names.txt | 2 %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-%LANGUAGESTRING-base Base language module for %APACHEP… 13 %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-base Base module for %APACHEPROJECTNAME%PRODUCTVERSION 65 %WITHOUTDOTUNIXPACKAGENAME%BRANDPACKAGEVERSION-brand-base Base brand module for %PRODUCTNAME %PRODU…
|
H A D | package_names_ext.txt | 8 SUNWgnome-base-libs GNOME base GUI libraries - platform dependent files, /usr filesystem
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hldocntp.cxx | 80 INetURLObject base(rBase); in ImplGetURLObject() local 81 base.setFinalSlash(); in ImplGetURLObject() 82 aURLObject = base.smartRel2Abs( in ImplGetURLObject()
|
/aoo41x/main/store/source/ |
H A D | storpage.hxx | 147 typedef OStorePageBIOS base; typedef in store::OStorePageManager 199 return (base::isValid() /* @@@ NYI && (m_aRoot.is()) */); in isValid()
|
/aoo41x/main/basic/source/comp/ |
H A D | scanner.cxx | 381 sal_Unicode base = 16; in NextSym() local 387 cmp = cmp2; base = 8; ndig = 11; break; in NextSym() 421 l = ( l * base ) + i; in NextSym()
|