| /trunk/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… 27 …val $(call gb_Package_add_file,canvas_inc,inc/canvas/base/bufferedgraphicdevicebase.hxx,canvas/bas… 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.… 30 $(eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvascustomspritebase.hxx,canvas/base… 31 …eval $(call gb_Package_add_file,canvas_inc,inc/canvas/base/canvascustomspritehelper.hxx,canvas/bas… 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… [all …]
|
| /trunk/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 …]
|
| /trunk/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
|
| /trunk/main/ridljar/java/ridl/src/main/java/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 …]
|
| /trunk/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()
|
| /trunk/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 …]
|
| /trunk/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,
|
| /trunk/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…
|
| /trunk/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;
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ |
| 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 | 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 | 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;
|
| H A D | Sequence.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;
|
| /trunk/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;
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
|
| /trunk/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()
|
| /trunk/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
|