/aoo41x/main/codemaker/source/codemaker/ |
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/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;
|
H A D | update_module_ignore_lists.pl | 222 my ($number, $base) = @_; 223 $base = 10 if !defined $base; 224 return log($number)/log($base);
|
/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/setup_native/source/ulfconv/ |
H A D | ulfconv.cxx | 50 static const _pair* _pair_search (const char *key, const _pair *base, unsigned int member ); 122 _pair_search (const char *key, const _pair *base, unsigned int member ) in _pair_search() argument 130 if ( (key == NULL) || (base == NULL) || (member == 0) ) in _pair_search() 137 comparison = _pair_compare( key, base + current ); in _pair_search() 144 return base + current; in _pair_search()
|
/aoo41x/main/basebmp/inc/basebmp/ |
H A D | packedpixeliterator.hxx | 121 PackedPixelColumnIterator( const MoveY& base, difference_type remainder ) : in PackedPixelColumnIterator() argument 122 y(base), in PackedPixelColumnIterator() 335 explicit PackedPixelRowIterator( pointer base, int x ) : in PackedPixelRowIterator() argument 336 data_(base), in PackedPixelRowIterator() 537 PackedPixelIterator(pointer base, int ystride) : in PackedPixelIterator() argument 539 y(ystride,base) in PackedPixelIterator()
|
/aoo41x/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 76 XURI base; field in RDFRepositoryTest 134 base = URI.create(xContext, "base-uri:"); //FIXME in before() 135 assertNotNull("base", base); in before() 193 xRep.exportGraph(FileFormat.RDF_XML, xFooOut, foo, base); in check() 198 xRep.importGraph(FileFormat.RDF_XML, xFooIn, bar, base); in check() 289 xRep.exportGraph(FileFormat.RDF_XML, xFooOut, foo, base); in check() 294 xRep.importGraph(FileFormat.RDF_XML, xFooIn, bar, base); in check() 301 xRep.importGraph(FileFormat.RDF_XML, xFooIn, baz, base); in check() 368 xRep.importGraph(FileFormat.RDF_XML, xIn, manifest, base); in checkSPARQL()
|
/aoo41x/main/vos/inc/vos/ |
H A D | macros.hxx | 132 # define VOS_MAKEPTR(base, off) ((void _far *)VOS_MAKEDWORD((off), (base))) argument 136 # define VOS_MAKEPTR(base, off) ((void *)((base) + (off))) argument
|
/aoo41x/main/sysui/desktop/debian/ |
H A D | openoffice.org-debian-menus | 29 ?package(openoffice.org-base):needs="X11" section="Apps/Databases"\ 30 title="%PRODUCTNAME Base" command="%PREFIX -base"\ 33 icon="/usr/share/icons/hicolor/128x128/apps/%ICONPREFIX-base.png"\ 34 icon16x16="/usr/share/icons/hicolor/16x16/apps/%ICONPREFIX-base.png"
|
/aoo41x/main/rsc/source/rscpp/ |
H A D | cpp5.c | 629 register int base; in evalnum() local 633 base = 10; in evalnum() 635 base = 16; in evalnum() 638 else base = 8; in evalnum() 651 if (c1 < 0 || c1 >= base) in evalnum() 653 value *= base; in evalnum()
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XInterfaceTypeDescription2.idl | 41 /** Returns a sequence of all directly inherited (mandatory) base interface 45 a sequence of all directly inherited (mandatory) base interface types, 55 /** Returns a sequence of all directly inherited optional base interface 59 a sequence of all directly inherited optional base interface types, in
|
/aoo41x/main/rdbmaker/source/codemaker/ |
H A D | typemanager.cxx | 218 void RegistryTypeManager::setBase(const OString& base) in setBase() argument 220 m_pImpl->m_base = base; in setBase() 222 if (base.lastIndexOf('/') != (base.getLength() - 1)) in setBase()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | StarReportModule.java | 25 import org.pentaho.reporting.libraries.base.boot.AbstractModule; 26 import org.pentaho.reporting.libraries.base.boot.ModuleInitializeException; 27 import org.pentaho.reporting.libraries.base.boot.SubSystem;
|
/aoo41x/main/cppuhelper/source/ |
H A D | implbase_ex.cxx | 153 typelib_InterfaceTypeDescription const * base = type->ppBaseTypes[i]; in recursivelyFindType() local 155 if (base->nBaseTypes > 0) { in recursivelyFindType() 158 typelib_TypeDescriptionReference const * >(base), in recursivelyFindType() 166 type = base; in recursivelyFindType() 169 if (recursivelyFindType(demandedType, base, offset)) { in recursivelyFindType()
|
/aoo41x/main/sal/osl/all/ |
H A D | loadmodulerelative.cxx | 47 ::rtl::OUString base; in osl_loadModuleRelative() 48 if (!::osl::Module::getUrlFromAddress(baseModule, base)) { in osl_loadModuleRelative() 54 abs = ::rtl::Uri::convertRelToAbs(base, relativePath); in osl_loadModuleRelative()
|
/aoo41x/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 709 static sal_Int32 unicodeToInteger( sal_Int8 base, const sal_Unicode *s ) in unicodeToInteger() argument 719 if (base == 8 && *s == '0') in unicodeToInteger() 721 else if (base == 16 && *s == '0' && (*(s + 1) == 'x' || *(s + 1) == 'X')) in unicodeToInteger() 727 r = (r * base) + (*s - '0'); in unicodeToInteger() 728 else if (base > 10 && *s <= 'f' && *s >= 'a') in unicodeToInteger() 729 r = (r * base) + (*s - 'a' + 10); in unicodeToInteger() 730 else if (base > 10 && *s <= 'F' && *s >= 'A') in unicodeToInteger() 731 r = (r * base) + (*s - 'A' + 10); in unicodeToInteger()
|
/aoo41x/main/sal/osl/os2/ |
H A D | nlsupport.c | 61 _pair_search (const char *key, const _pair *base, unsigned int member ) in _pair_search() argument 69 if ( (key == NULL) || (base == NULL) || (member == 0) ) in _pair_search() 76 comparison = _pair_compare( key, base + current ); in _pair_search() 82 return base + current; in _pair_search()
|
/aoo41x/main/sysui/desktop/redhat/ |
H A D | redhat-menus.spec | 69 …efix-writer, %pkgprefix-calc, %pkgprefix-draw, %pkgprefix-impress, %pkgprefix-base, %pkgprefix-math 74 …efix-writer, %pkgprefix-calc, %pkgprefix-draw, %pkgprefix-impress, %pkgprefix-base, %pkgprefix-math 150 application/vnd.sun.xml.base odb 235 application/vnd.sun.xml.base; %unixfilename -view %s 306 /usr/share/applications/%unixfilename-base.desktop 315 /usr/share/applnk-redhat/Office/%unixfilename-base.desktop
|
/aoo41x/main/cui/source/options/ |
H A D | optgdlg.hrc | 57 #define OFFS_TEXTBOX_FIXEDTEXT(base) (base+(RSC_CD_TEXTBOX_HEIGHT-RSC_CD_FIXEDTEXT_HEIGHT)/2) 58 //#define OFFS_PUSHBUTTON_FIXEDTEXT(base) (base+(RSC_CD_PUSHBUTTON_HEIGHT-RSC_CD_FIXEDTEXT_HEIGHT)/…
|
/aoo41x/main/sysui/desktop/menus/ |
H A D | base.desktop | 24 Icon=base 27 Exec=openoffice -base %U 28 MimeType=application/vnd.oasis.opendocument.database;application/vnd.sun.xml.base;
|
/aoo41x/main/offapi/com/sun/star/chart/ |
H A D | ChartSolidType.idl | 46 /** cylinder with a circle as base 52 /** cone with a circle as base 58 /** pyramidial with a square as base
|
/aoo41x/main/offapi/com/sun/star/chart2/ |
H A D | DataPointGeometry3D.idl | 47 /** a cylinder with a circle as base 53 /** a cone with a circle as base 59 /** a pyramid with a square as base
|
/aoo41x/main/solenv/bin/modules/ |
H A D | CreatePDBRelocators.pm | 192 my $base = basename($_, ".pdb"); 193 my $exe = "$dir/$base.exe"; 194 my $dll = "$dir/$base.dll";
|
/aoo41x/main/idlc/source/ |
H A D | scanner.ll | 60 unsigned int base = 10; 62 base = 8; 65 base = 16; 105 // base and n are sufficiently small), *if* 107 sal_uInt64 nval = val * base + n;
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XArray.idl | 69 …at is the database-specific name for a built-in base type or the fully-qualified SQL type name for… 97 If the base type of the array does not match a user-defined type 168 to map the array elements. If the base 208 to map the array elements. If the base
|