/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | TextStyle.java | 372 TextStyle resolved = null; in getResolved() local 374 resolved = (TextStyle)this.clone(); in getResolved() 404 resolved.sizeInPoints = parentStyle.sizeInPoints; in getResolved() 406 resolved.fontName = parentStyle.fontName; in getResolved() 408 resolved.fontColor = parentStyle.fontColor; in getResolved() 410 resolved.bgColor = parentStyle.bgColor; in getResolved() 413 resolved.mask |= m; in getResolved() 414 resolved.values |= (parentStyle.mask & m); in getResolved() 419 return resolved; in getResolved()
|
H A D | ParaStyle.java | 394 ParaStyle resolved = null; in getResolved() local 396 resolved = (ParaStyle)this.clone(); in getResolved() 425 resolved.isSet[i] = true; in getResolved() 426 resolved.value[i] = parentStyle.value[i]; in getResolved() 430 return resolved; in getResolved()
|
/aoo4110/main/cppuhelper/source/ |
H A D | findsofficepath.c | 157 char* resolved = NULL; in platformSpecific() local 182 resolved = realpath( file, buffer ); in platformSpecific() 184 if ( resolved != NULL ) in platformSpecific() 187 sep = strrchr( resolved, SEPARATOR ); in platformSpecific() 191 pos = sep - resolved; in platformSpecific() 193 strncpy( path, resolved, pos ); in platformSpecific()
|
/aoo4110/main/idlc/source/ |
H A D | fehelper.cxx | 118 AstDeclaration const * resolved = resolveTypedefs(pDecl); in initializeInherits() local 119 if ( resolved->getNodeType() == getNodeType() in initializeInherits() 120 && (resolved->getNodeType() != NT_interface in initializeInherits() 122 resolved)->isDefined()) ) in initializeInherits()
|
H A D | astscope.cxx | 253 AstInterface const * resolved = iter->getResolved(); in lookupInInherited() local 254 AstDeclaration* pDecl = resolved->lookupByNameLocal(scopedName); in lookupInInherited() 257 pDecl = resolved->lookupInInherited(scopedName); in lookupInInherited()
|
H A D | astinterface.cxx | 74 AstInterface const * resolved = resolveInterfaceTypedefs(ifc); in addInheritedInterface() local 75 addVisibleInterface(resolved, true, optional); in addInheritedInterface() 77 addOptionalVisibleMembers(resolved); in addInheritedInterface()
|
H A D | parser.y | 154 AstDeclaration const * resolved = resolveTypedefs(decl); 155 if (resolved != 0 && resolved->getNodeType() == NT_interface) { 157 if (!static_cast< AstInterface const * >(resolved)->isDefined()) { 163 static_cast< AstInterface const * >(resolved), 194 AstDeclaration const * resolved = resolveTypedefs(decl); 199 } else if (resolved->getNodeType() == NT_struct) { 200 if (static_cast< AstStruct const * >(resolved)->getTypeParameterCount()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | ColumnStyle.java | 180 ColumnStyle resolved = null; in getResolved() local 182 resolved = (ColumnStyle)this.clone(); in getResolved() 212 resolved.setColWidth(parentStyle.getColWidth()); in getResolved() 214 return resolved; in getResolved()
|
H A D | RowStyle.java | 180 RowStyle resolved = null; in getResolved() local 182 resolved = (RowStyle)this.clone(); in getResolved() 212 resolved.setRowHeight(parentStyle.getRowHeight()); in getResolved() 214 return resolved; in getResolved()
|
H A D | CellStyle.java | 275 CellStyle resolved = null; in getResolved() local 277 resolved = (CellStyle)this.clone(); in getResolved() 306 Format resolvedFormat = resolved.getFormat(); in getResolved() 327 return resolved; in getResolved()
|
/aoo4110/main/stoc/source/registry_tdprovider/ |
H A D | tdprovider.cxx | 477 com::sun::star::uno::Reference< XTypeDescription > resolved(type); in resolveTypedefs() local 478 while (resolved->getTypeClass() == TypeClass_TYPEDEF) { in resolveTypedefs() 479 resolved = com::sun::star::uno::Reference< XIndirectTypeDescription >( in resolveTypedefs() 480 resolved, UNO_QUERY_THROW)->getReferencedType(); in resolveTypedefs() 482 return resolved; in resolveTypedefs()
|
/aoo4110/main/offapi/com/sun/star/animations/ |
H A D | AnimationEndSync.idl | 46 children that have a resolved, definite begin time. If the time container 47 has no children with a resolved begin time, the time container ends 50 for resolved begin times.
|
/aoo4110/main/sal/osl/os2/ |
H A D | uunxapi.cxx | 60 rtl::OUString resolved = rtl::OStringToOUString( in realpath_u() local 64 rtl_uString_assign(ppustrResolvedName, resolved.pData); in realpath_u()
|
H A D | file_url.cxx | 1587 rtl::OUString resolved; in osl_searchFileURL() local 1589 if (osl::realpath(result, resolved)) in osl_searchFileURL() 1594 osl_getFileURLFromSystemPath(resolved.pData, pustrURL); in osl_searchFileURL()
|
/aoo4110/main/sal/osl/unx/ |
H A D | uunxapi.cxx | 100 rtl::OUString resolved = rtl::OStringToOUString( in realpath_u() local 104 rtl_uString_assign(ppustrResolvedName, resolved.pData); in realpath_u()
|
H A D | file_url.cxx | 804 rtl::OUString resolved; in osl_searchFileURL() local 806 if (osl::realpath(result, resolved)) in osl_searchFileURL() 811 osl_getFileURLFromSystemPath(resolved.pData, pustrURL); in osl_searchFileURL()
|
/aoo4110/main/offapi/com/sun/star/xml/crypto/sax/ |
H A D | XReferenceResolvedBroadcaster.idl | 41 * This interface is used to manipulate reference resolved listener. 46 * Adds a new reference resolved listener for a element collector.
|
/aoo4110/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 363 resolved and the appropriate key will be opened. 443 the resolved name of a key. The function resolve the complete name of the key. 444 If a link could not be resolved, the linktarget concatenated with the unresolved rest 448 specifies a relative path from the current key which will be resolved from all links.
|
/aoo4110/main/offapi/com/sun/star/script/vba/ |
H A D | XVBAMacroResolver.idl | 44 The VBA macro name to be resolved to a script URL. The macro name 69 The script URL to be resolved to a VBA macro name. Must be a
|
/aoo4110/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 850 Reference< XTypeDescription > resolved(type); in resolveTypedefs() local 851 while (resolved->getTypeClass() == TypeClass_TYPEDEF) { in resolveTypedefs() 852 resolved = Reference< XIndirectTypeDescription >( in resolveTypedefs() 855 return resolved; in resolveTypedefs()
|
/aoo4110/main/configmgr/source/ |
H A D | components.cxx | 751 bool resolved = false; in parseXcdFiles() local 756 resolved = true; in parseXcdFiles() 761 if (!resolved) { in parseXcdFiles()
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XAnimatedImages.idl | 102 …the URLs for the images for the given set. Will be resolved using a <type scope="com::sun::star::g… 125 …the URLs for the images for the given set. Will be resolved using a <type scope="com::sun::star::g…
|
/aoo4110/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 1115 rtl::OUString resolved; in getResolvedName() local 1116 RegError err = key_.getResolvedKeyName(aKeyName, true, resolved); in getResolvedName() 1126 return resolved; in getResolvedName()
|
/aoo4110/main/udkapi/com/sun/star/security/ |
H A D | AccessController.idl | 42 have to be resolved. This happens when the implementation calls other
|
/aoo4110/main/udkapi/com/sun/star/bridge/ |
H A D | XUnoUrlResolver.idl | 46 @returns the resolved object, in general a proxy for a remote object.
|