/aoo42x/main/cppu/source/typelib/ |
H A D | typelib.cxx | 639 pTmp->aBase.pBaseTypeDescription = 0; in typelib_typedescription_newEmpty() 640 pTmp->aBase.nMembers = 0; in typelib_typedescription_newEmpty() 641 pTmp->aBase.pMemberOffsets = 0; in typelib_typedescription_newEmpty() 642 pTmp->aBase.ppTypeRefs = 0; in typelib_typedescription_newEmpty() 643 pTmp->aBase.ppMemberNames = 0; in typelib_typedescription_newEmpty() 710 pTmp->aBase.pMemberName = 0; in typelib_typedescription_newEmpty() 730 pTmp->aBase.pMemberName = 0; in typelib_typedescription_newEmpty() 1269 typelib_typedescription_release(&(*ppRet)->aBase.aBase); in typelib_typedescription_newInterfaceMethod() 1299 (*ppRet)->aBase.nPosition = nAbsolutePosition; in typelib_typedescription_newInterfaceMethod() 1362 typelib_typedescription_release(&(*ppRet)->aBase.aBase); in typelib_typedescription_newExtendedInterfaceAttribute() [all …]
|
/aoo42x/main/cppu/inc/typelib/ |
H A D | typedescription.h | 129 typelib_TypeDescription aBase; member 163 typelib_CompoundTypeDescription aBase; member 180 typelib_TypeDescription aBase; member 215 typelib_TypeDescription aBase; member 228 typelib_IndirectTypeDescription aBase; member 247 typelib_TypeDescription aBase; member 290 typelib_TypeDescription aBase; member 308 typelib_InterfaceMemberTypeDescription aBase; member 357 typelib_InterfaceMemberTypeDescription aBase; member 440 typelib_TypeDescription aBase; member [all …]
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/ |
H A D | Schema.java | 42 final SchemaBase aBase) in Schema() argument 47 Namespaces = aBase.Namespaces; in Schema() 48 ComplexTypes = aBase.ComplexTypes; in Schema() 49 SimpleTypes = aBase.SimpleTypes; in Schema() 50 Groups = aBase.Groups; in Schema() 51 AttributeGroups = aBase.AttributeGroups; in Schema() 52 Attributes = aBase.Attributes; in Schema()
|
/aoo42x/main/bridges/source/cpp_uno/shared/ |
H A D | vtables.cxx | 100 desc != 0 && desc->eTypeClass == member->aBase.aBase.eTypeClass); in doGetVtableSlot() 102 typelib_typedescription_release(&member->aBase.aBase); in doGetVtableSlot() 111 typelib_typedescription_release(&member->aBase.aBase); in doGetVtableSlot()
|
H A D | component.cxx | 156 …uno_Environment_invoke(&pExtEnv->aBase, s_stub_computeObjectIdentifier, pExtEnv, ppOId, pInterface… in computeObjectIdentifier() 171 uno_Environment_invoke(&pExtEnv->aBase, s_stub_acquireInterface, pExtEnv, pCppI); in acquireInterface() 186 uno_Environment_invoke(&pExtEnv->aBase, s_stub_releaseInterface, pExtEnv, pCppI); in releaseInterface()
|
H A D | vtablefactory.cxx | 181 rtl::OUString name(type->aBase.pTypeName); in calculate() 221 rtl::OUString name(type->aBase.pTypeName); in getVtables() 359 baseOffset.getFunctionOffset(type2->aBase.pTypeName), in createVtables()
|
/aoo42x/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 137 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart() local 138 const bool bBaseEqualZero(aBase.equalZero()); // #i72104# in ImpSubDivAngleStart() 142 const bool bLeftParallel(bLeftEqualZero ? true : areParallel(aLeft, aBase)); in ImpSubDivAngleStart() 143 const bool bRightParallel(bRightEqualZero ? true : areParallel(aRight, aBase)); in ImpSubDivAngleStart() 153 if(fabs(aBase.getX()) > fabs(aBase.getY())) in ImpSubDivAngleStart() 155 fFactor = aLeft.getX() / aBase.getX(); in ImpSubDivAngleStart() 159 fFactor = aLeft.getY() / aBase.getY(); in ImpSubDivAngleStart() 172 if(fabs(aBase.getX()) > fabs(aBase.getY())) in ImpSubDivAngleStart() 174 fFactor = aRight.getX() / -aBase.getX(); in ImpSubDivAngleStart() 178 fFactor = aRight.getY() / -aBase.getY(); in ImpSubDivAngleStart()
|
/aoo42x/main/tools/workben/ |
H A D | urltest.cxx | 85 INetURLObject aBase; in testRelToAbs() local 91 aBase.SetURL(pTest[i].m_pBase); in testRelToAbs() 93 if (aBase.HasError()) in testRelToAbs() 101 aBase.GetNewAbsURL(pTest[i].m_pRel, &aAbs); in testRelToAbs() 114 aBase.GetMainURL(INetURLObject::NO_DECODE), in testRelToAbs() 961 aBase(RTL_CONSTASCII_USTRINGPARAM("file:///a:/b/c")); in main() local 963 rtl::OUString aRel(INetURLObject::GetRelURL(aBase, aAbs)); in main() 978 aBase(RTL_CONSTASCII_USTRINGPARAM("file:///a:/b/c")); in main() local 995 aBase(RTL_CONSTASCII_USTRINGPARAM("file:///a:/b/c")); in main() local 1012 aBase(RTL_CONSTASCII_USTRINGPARAM("file:///a:/b/c")); in main() local [all …]
|
/aoo42x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 180 Point ReadDeltaH(Point aBase); 181 Point ReadDeltaV(Point aBase); 183 Point ReadUnsignedDeltaH(Point aBase); 184 Point ReadUnsignedDeltaV(Point aBase); 380 Point PictReader::ReadDeltaH(Point aBase) in ReadDeltaH() argument 386 return Point( aBase.X() + (long)ndh, aBase.Y() ); in ReadDeltaH() 389 Point PictReader::ReadDeltaV(Point aBase) in ReadDeltaV() argument 395 return Point( aBase.X(), aBase.Y() + (long)ndv ); in ReadDeltaV() 398 Point PictReader::ReadUnsignedDeltaH(Point aBase) in ReadUnsignedDeltaH() argument 404 return Point( aBase.X() + (long)ndh, aBase.Y() ); in ReadUnsignedDeltaH() [all …]
|
/aoo42x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Environment.cxx | 175 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_registerProxyInterface() 181 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_revokeInterface() 189 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getObjectIdentifier() 198 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getRegisteredInterface() 207 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_getRegisteredInterfaces() 215 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_computeObjectIdentifier() 220 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_acquireInterface() 225 Base * pBase = static_cast<Base *>(pExtEnv->aBase.pReserved); in s_releaseInterface()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationwindow.cxx | 463 Point aBase( aPos.X() + aPos.X() + GetSizePixel().Width(), aPos.Y() ); in DoResize() local 464 Point aLeft = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH+5), aBase.Y()+17 ) ); in DoResize() 465 Point aRight = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH-1), aBase.Y()+17 ) ); in DoResize() 466 Point aBottom = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH+2), aBase.Y()+20 ) ); in DoResize()
|
/aoo42x/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 228 Color aBase = toColor( pal.color( QPalette::Active, QPalette::Base ) ); in UpdateSettings() local 247 style.SetFieldColor( aBase ); in UpdateSettings() 248 style.SetHelpColor( aBase ); in UpdateSettings() 249 style.SetWindowColor( aBase ); in UpdateSettings() 250 style.SetActiveTabColor( aBase ); in UpdateSettings()
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 761 OString aDir, aBase, aOrgPath( (sal_Char*)file ); in countFontconfigFonts() local 762 splitPath( aOrgPath, aDir, aBase ); in countFontconfigFonts() 767 if( ! m_pFontCache->getFontCacheFile( nDirID, aBase, aFonts ) ) in countFontconfigFonts() 770 fprintf( stderr, "file %s not cached\n", aBase.getStr() ); in countFontconfigFonts() 775 analyzeFontFile( nDirID, aBase, aDummy, aFonts ); in countFontconfigFonts() 854 m_aFontFileToFontID[ aBase ].insert( aFont ); in countFontconfigFonts() 1242 OString aDir, aBase, aOrgPath( (sal_Char*)file ); in matchFont() local 1243 splitPath( aOrgPath, aDir, aBase ); in matchFont() 1245 fontID aFont = findFontFileID( nDirID, aBase ); in matchFont()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfly.cxx | 225 Point aBase( aTmpInf.GetPos() ); in UpdatePos() local 227 GetInfo().GetTxtFrm()->SwitchHorizontalToVertical( aBase ); in UpdatePos() 230 aBase, nTmpAscent, nTmpDescent, nFlyAsc, in UpdatePos() 311 Point aBase; in AlignFlyInCntBase() local 315 aBase = Point( nBaseLine, ((SwFlyCntPortion*)pPos)->GetRefPoint().Y() ); in AlignFlyInCntBase() 318 aBase = Point( ((SwFlyCntPortion*)pPos)->GetRefPoint().X(), nBaseLine ); in AlignFlyInCntBase() 320 … ((SwFlyCntPortion*)pPos)->SetBase( *GetInfo().GetTxtFrm(), aBase, nTmpAscent, nTmpDescent, in AlignFlyInCntBase() 701 Point aBase( GetLeftMargin() + rInf.X(), Y() + nAscent ); in NewFlyCntPortion() local 710 Point aTmpBase( aBase ); in NewFlyCntPortion() 726 aBase.Y() = Y() + pRet->GetAscent(); in NewFlyCntPortion() [all …]
|
/aoo42x/main/store/workben/ |
H A D | t_file.cxx | 74 rtl::OUString aBase; in main() 75 (void) osl_getProcessWorkingDir (&(aBase.pData)); in main() 78 (void) osl_getAbsoluteFileURL(aBase.pData, aPath.pData, &(aPath.pData)); in main()
|
/aoo42x/main/binaryurp/source/ |
H A D | writer.cxx | 226 t = css::uno::TypeDescription(&atd->pInterface->aBase); in sendRequest() 230 atd->aBase.nPosition]; in sendRequest() 243 t = css::uno::TypeDescription(&mtd->pInterface->aBase); in sendRequest() 247 mtd->aBase.nPosition]; in sendRequest()
|
/aoo42x/main/tools/source/fsys/ |
H A D | tempfile.cxx | 277 TempFile aBase( NULL, sal_True ); in SetTempNameBaseDirectory() local 278 if ( aBase.IsValid() ) in SetTempNameBaseDirectory() 279 rTempNameBase_Impl = aBase.pImp->aName; in SetTempNameBaseDirectory()
|
/aoo42x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 1062 Reference<VendorBase> aBase = (*pFunc)(); in createInstance() local 1063 if (aBase.is()) in createInstance() 1065 if (aBase->initialize(properties) == false) in createInstance() 1066 aBase = 0; in createInstance() 1068 return aBase; in createInstance()
|
/aoo42x/main/stoc/source/corereflection/ |
H A D | criface.cxx | 155 rtl::OUString aName(getAttributeTypeDescr()->aBase.aBase.pTypeName); in getDeclaringClass() 460 rtl::OUString aName(getMethodTypeDescr()->aBase.aBase.pTypeName); in getDeclaringClass() 814 &pType->ppBaseTypes[i]->aBase); in getSuperclasses()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | hldocntp.cxx | 89 String aBase( aURLObject.getName( INetURLObject::LAST_SEGMENT, sal_False ) ); in ImplGetURLObject() local 90 if ( ( aBase.Len() == 0 ) || ( aBase.GetChar( 0 ) == '.' ) ) in ImplGetURLObject()
|
/aoo42x/main/svx/source/dialog/ |
H A D | hyprlink.cxx | 376 …String aBase = GetBindings().GetDispatcher()->GetFrame()->GetObjectShell()->GetMedium()->GetBaseUR… in IMPL_LINK() local 379 …URIHelper::SmartRel2Abs( INetURLObject(aBase), aUrlCB.GetText(), URIHelper::GetMaybeFileHdl(), tru… in IMPL_LINK() 669 …String aBase = GetBindings().GetDispatcher()->GetFrame()->GetObjectShell()->GetMedium()->GetBaseUR… in SendToApp() local 670 …INetURLObject aObj( URIHelper::SmartRel2Abs( INetURLObject(aBase), sURL, URIHelper::GetMaybeFileHd… in SendToApp()
|
/aoo42x/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 273 rInit.aBase.eTypeClass in createCTD() 278 rInit.aBase.pTypeName = aMemberTypeName.pData ); in createCTD() 281 rInit.aBase.pMemberName = pMemberNames[nPos].pData; in createCTD() 297 rtl_uString_release( pMemberInits[nPos].aBase.pTypeName ); in createCTD()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | tempfile.cxx | 466 TempFile aBase( NULL, sal_True ); in SetTempNameBaseDirectory() local 467 if ( aBase.IsValid() ) in SetTempNameBaseDirectory() 469 rTempNameBase_Impl = aBase.pImp->aName; in SetTempNameBaseDirectory()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 518 rtl::OUString aBase( rFile ); in getPPDFile() local 519 sal_Int32 nLastIndex = aBase.lastIndexOf( sal_Unicode( '/' ) ); in getPPDFile() 521 aBase = aBase.copy( nLastIndex+1 ); in getPPDFile() 524 it = pAllPPDFiles->find( aBase ); in getPPDFile() 525 nLastIndex = aBase.lastIndexOf( sal_Unicode( '.' ) ); in getPPDFile() 527 aBase = aBase.copy( 0, nLastIndex ); in getPPDFile()
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 153 if (! iface_td->aBase.bComplete) { in call_java() 167 OSL_ASSERT( iface_td->aBase.eTypeClass == typelib_TypeClass_INTERFACE ); in call_java() 228 m_jni_info->get_type_info( jni, &iface_td->aBase ) ); in call_java() 696 switch ( method_td->aBase.nPosition ) in UNO_proxy_dispatch()
|