Home
last modified time | relevance | path

Searched refs:aBase (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx638 pTmp->aBase.nMembers = 0; in typelib_typedescription_newEmpty()
639 pTmp->aBase.pMemberOffsets = 0; in typelib_typedescription_newEmpty()
640 pTmp->aBase.ppTypeRefs = 0; in typelib_typedescription_newEmpty()
641 pTmp->aBase.ppMemberNames = 0; in typelib_typedescription_newEmpty()
708 pTmp->aBase.pMemberName = 0; in typelib_typedescription_newEmpty()
728 pTmp->aBase.pMemberName = 0; in typelib_typedescription_newEmpty()
1267 typelib_typedescription_release(&(*ppRet)->aBase.aBase); in typelib_typedescription_newInterfaceMethod()
1360 typelib_typedescription_release(&(*ppRet)->aBase.aBase); in typelib_typedescription_newExtendedInterfaceAttribute()
1543 if( pIATD->aBase.pMemberName ) in typelib_typedescription_destructExtendedMembers()
1987 newMethod->aBase.pMemberName in createDerivedInterfaceMemberDescription()
[all …]
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h129 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 …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DSchema.java42 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()
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtables.cxx100 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 Dcomponent.cxx156 …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 Dvtablefactory.cxx181 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()
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx137 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()
/trunk/main/tools/workben/
H A Durltest.cxx85 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 …]
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx180 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 …]
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Environment.cxx175 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()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx463 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()
/trunk/main/vcl/unx/kde4/
H A DKDESalFrame.cxx228 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()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx761 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()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx225 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 …]
/trunk/main/store/workben/
H A Dt_file.cxx74 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()
/trunk/main/binaryurp/source/
H A Dwriter.cxx226 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()
/trunk/main/tools/source/fsys/
H A Dtempfile.cxx277 TempFile aBase( NULL, sal_True ); in SetTempNameBaseDirectory() local
278 if ( aBase.IsValid() ) in SetTempNameBaseDirectory()
279 rTempNameBase_Impl = aBase.pImp->aName; in SetTempNameBaseDirectory()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx1062 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()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx155 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()
/trunk/main/cui/source/dialogs/
H A Dhldocntp.cxx89 String aBase( aURLObject.getName( INetURLObject::LAST_SEGMENT, sal_False ) ); in ImplGetURLObject() local
90 if ( ( aBase.Len() == 0 ) || ( aBase.GetChar( 0 ) == '.' ) ) in ImplGetURLObject()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx376 …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()
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx273 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()
/trunk/main/unotools/source/ucbhelper/
H A Dtempfile.cxx466 TempFile aBase( NULL, sal_True ); in SetTempNameBaseDirectory() local
467 if ( aBase.IsValid() ) in SetTempNameBaseDirectory()
469 rTempNameBase_Impl = aBase.pImp->aName; in SetTempNameBaseDirectory()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx518 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()
/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx153 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()

Completed in 135 milliseconds

1234