/aoo42x/main/canvas/ |
H A D | Package_inc.mk | 25 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/basemutexhelper.hxx,canvas/base/basemu… 26 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/bitmapcanvasbase.hxx,canvas/base/bitma… 28 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/cachedprimitivebase.hxx,canvas/base/ca… 29 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvasbase.hxx,canvas/base/canvasbase.… 32 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/doublebitmapbase.hxx,canvas/base/doubl… 33 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/floatbitmapbase.hxx,canvas/base/floatb… 34 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/graphicdevicebase.hxx,canvas/base/grap… 35 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/integerbitmapbase.hxx,canvas/base/inte… 36 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/sprite.hxx,canvas/base/sprite.hxx)) 37 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/spritecanvasbase.hxx,canvas/base/sprit… [all …]
|
/aoo42x/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 …]
|
/aoo42x/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
|
/aoo42x/main/ridljar/java/ridl/src/main/java/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 …]
|
/aoo42x/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()
|
/aoo42x/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 …]
|
/aoo42x/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,
|
/aoo42x/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 -…
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/ |
H A D | AttributeGroupReference.java | 24 import org.apache.openoffice.ooxml.schema.model.base.INode; 25 import org.apache.openoffice.ooxml.schema.model.base.INodeReference; 26 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 27 import org.apache.openoffice.ooxml.schema.model.base.Location; 28 import org.apache.openoffice.ooxml.schema.model.base.Node; 29 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 30 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
H A D | AttributeReference.java | 24 import org.apache.openoffice.ooxml.schema.model.base.INode; 25 import org.apache.openoffice.ooxml.schema.model.base.INodeReference; 26 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 27 import org.apache.openoffice.ooxml.schema.model.base.Location; 28 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 29 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
H A D | AttributeGroup.java | 24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 25 import org.apache.openoffice.ooxml.schema.model.base.Location; 26 import org.apache.openoffice.ooxml.schema.model.base.Node; 27 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 28 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ |
H A D | ComplexTypeReference.java | 24 import org.apache.openoffice.ooxml.schema.model.base.INode; 25 import org.apache.openoffice.ooxml.schema.model.base.INodeReference; 26 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 27 import org.apache.openoffice.ooxml.schema.model.base.Location; 28 import org.apache.openoffice.ooxml.schema.model.base.Node; 29 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 30 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
H A D | ElementReference.java | 24 import org.apache.openoffice.ooxml.schema.model.base.INode; 25 import org.apache.openoffice.ooxml.schema.model.base.INodeReference; 26 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 27 import org.apache.openoffice.ooxml.schema.model.base.Location; 28 import org.apache.openoffice.ooxml.schema.model.base.Node; 29 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 30 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
H A D | GroupReference.java | 24 import org.apache.openoffice.ooxml.schema.model.base.INode; 25 import org.apache.openoffice.ooxml.schema.model.base.INodeReference; 26 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 27 import org.apache.openoffice.ooxml.schema.model.base.Location; 28 import org.apache.openoffice.ooxml.schema.model.base.Node; 29 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 30 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
H A D | Extension.java | 26 import org.apache.openoffice.ooxml.schema.model.base.INode; 27 import org.apache.openoffice.ooxml.schema.model.base.INodeReference; 28 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 29 import org.apache.openoffice.ooxml.schema.model.base.Location; 30 import org.apache.openoffice.ooxml.schema.model.base.Node; 31 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 32 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
H A D | Group.java | 24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 25 import org.apache.openoffice.ooxml.schema.model.base.Location; 26 import org.apache.openoffice.ooxml.schema.model.base.Node; 27 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 28 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/ |
H A D | SimpleTypeReference.java | 24 import org.apache.openoffice.ooxml.schema.model.base.INode; 25 import org.apache.openoffice.ooxml.schema.model.base.INodeReference; 26 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor; 27 import org.apache.openoffice.ooxml.schema.model.base.Location; 28 import org.apache.openoffice.ooxml.schema.model.base.Node; 29 import org.apache.openoffice.ooxml.schema.model.base.NodeType; 30 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
|
/aoo42x/main/ridljar/java/unoloader/src/main/java/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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"
|
/aoo42x/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()
|
/aoo42x/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
|