Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 25 of 444) sorted by last modified time

12345678910>>...18

/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx1154 FileType aType ; in impl_generateInvalidFiltersHTML() local
1162 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidFiltersHTML()
1163 if( aFilter.sType == aType.sName ) in impl_generateInvalidFiltersHTML()
1228 FileType aType ; in impl_generateInvalidDetectorsHTML() local
1236 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidDetectorsHTML()
1239 if( *pTypeListEntry == aType.sName ) in impl_generateInvalidDetectorsHTML()
1303 FileType aType ; in impl_generateInvalidLoadersHTML() local
1311 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidLoadersHTML()
1314 if( *pTypeListEntry == aType.sName ) in impl_generateInvalidLoadersHTML()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx63 VCLXAccessibleBox (VCLXWindow* pVCLXindow, BoxType aType, bool bIsDropDownBox);
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1313 rtl::OUString aType; in createMessageBox() local
1314 lcl_convertMessageBoxType( aType, eType ); in createMessageBox()
1317 aDescriptor.WindowServiceName = aType; in createMessageBox()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx514 uno::Any SwXDrawPage::queryInterface( const uno::Type& aType ) in queryInterface() argument
517 uno::Any aRet = SwXDrawPageBaseClass::queryInterface(aType); in queryInterface()
528 aRet = pPage->queryAggregation(aType); in queryInterface()
1027 uno::Any SwXShape::queryInterface( const uno::Type& aType ) throw( uno::RuntimeException ) in queryInterface() argument
1029 uno::Any aRet = SwXShapeBaseClass::queryInterface(aType); in queryInterface()
1035 if(aType == ::getCppuType((uno::Reference<XShape>*)0)) in queryInterface()
1038 aRet = xShapeAgg->queryAggregation(aType); in queryInterface()
2401 ::rtl::OUString aType; in getShapeType()
2404 aType = mxShape->getShapeType(); in getShapeType()
2406 return aType; in getShapeType()
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx161 OUString aType = rAttribs.getString( XML_Type, OUString() ); in parseRelationship() local
162 …if( aType.equalsAscii( "http://schemas.openxmlformats.org/officeDocument/2006/relationships/office… in parseRelationship()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx572 TypeId aType( TYPE(SfxObjectShell) ); in Connect() local
590 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
612 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
615 pShell = SfxObjectShell::GetNext( *pShell, &aType, sal_False ); in Connect()
/trunk/main/automation/source/server/
H A DXMLParser.cxx116 Node( NodeType aType ): aNodeType( aType ), pParent( NULL ){}; in Node() argument
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx305 String aURL, aType, aName, aAlt, aId, aStyle, aClass; in InsertEmbed() local
343 if( !aType.Len() ) in InsertEmbed()
344 aType = pOption->GetString(); in InsertEmbed()
416 bool bHasType = aType.Len() != 0; in InsertEmbed()
434 uno::makeAny( ::rtl::OUString( aType ) ) ); in InsertEmbed()
1149 ::rtl::OUString aType; in OutHTML_FrmFmtOLENode()
1151 if( (aAny >>= aType) && aType.getLength() ) in OutHTML_FrmFmtOLENode()
1155 …HTMLOutFuncs::Out_String( rWrt.Strm(), aType, rHTMLWrt.eDestEnc, &rHTMLWrt.aNonConvertableCharacte… in OutHTML_FrmFmtOLENode()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx5574 sal_Int32 lcl_getFormulaResultFlags(const uno::Any& aType) throw ( script::BasicErrorException ) in lcl_getFormulaResultFlags() argument
5577 aType >>= nType; in lcl_getFormulaResultFlags()
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java1942 if (aType == null) in validateTypes()
1946 (!aType.containsKey(PROPNAME_MEDIATYPE )) || in validateTypes()
1947 (!aType.containsKey(PROPNAME_PREFERRED )) || in validateTypes()
1948 (!aType.containsKey(PROPNAME_CLIPBOARDFORMAT)) || in validateTypes()
1952 (!aType.containsKey(PROPNAME_UINAME )) in validateTypes()
2152 aType.put(PROPNAME_UINAME, lPatchUINames); in transform60to6Y()
2260 aType.put(PROPNAME_UIORDER, nOrder); in transform60to6Y()
2303 if (aType == null) in transform60to6Y()
2318 aType.put(PROPNAME_DETECTSERVICE, sDetector); in transform60to6Y()
2350 aType.put(PROPNAME_FRAMELOADER, sLoader); in transform60to6Y()
[all …]
/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx167 Any SAL_CALL FrameControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
171 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
181 aReturn = OPropertySetHelper::queryInterface( aType ); in queryAggregation()
184 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
272 Reference< XConnectionPoint > SAL_CALL FrameControl::queryConnectionPoint( const Type& aType ) thro… in queryConnectionPoint() argument
275 return m_aConnectionPointContainer.queryConnectionPoint( aType ); in queryConnectionPoint()
282 void SAL_CALL FrameControl::advise( const Type& aType , in advise() argument
286 m_aConnectionPointContainer.advise( aType, xListener ); in advise()
293 void SAL_CALL FrameControl::unadvise( const Type& aType , in unadvise() argument
297 m_aConnectionPointContainer.unadvise( aType, xListener ); in unadvise()
/trunk/main/svx/inc/svx/
H A Dnbdtmgfact.hxx33 static NBOTypeMgrBase* CreateInstance(const NBOType aType);
H A Dnbdtmg.hxx210 …NBOTypeMgrBase(const NBOType aType):eType(aType),pSet(0),eCoreUnit(SFX_MAPUNIT_TWIP),aNumCharFmtNa… in NBOTypeMgrBase() argument
211 …NBOTypeMgrBase(const NBOType aType,const SfxItemSet* pArg):eType(aType),pSet(pArg),eCoreUnit(SFX_M… in NBOTypeMgrBase() argument
245 BulletsTypeMgr(const NBOType aType);
246 BulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg);
277 GraphicBulletsTypeMgr(const NBOType aType);
309 MixBulletsTypeMgr(const NBOType aType);
310 MixBulletsTypeMgr(const NBOType aType,const SfxItemSet* pArg);
339 NumberingTypeMgr(const NBOType aType);
340 NumberingTypeMgr(const NBOType aType,const SfxItemSet* pArg);
370 OutlineTypeMgr(const NBOType aType);
[all …]
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgtitledescnode.hxx42 SVGToken aType,
/trunk/main/svgio/source/svgreader/
H A Dsvgtitledescnode.cxx34 SVGToken aType, in SvgTitleDescNode() argument
37 : SvgNode(aType, rDocument, pParent), in SvgTitleDescNode()
40 …OSL_ENSURE(aType == SVGTokenTitle || aType == SVGTokenDesc, "SvgTitleDescNode should ony be used f… in SvgTitleDescNode()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx328 BulletsTypeMgr::BulletsTypeMgr(const NBOType aType): in BulletsTypeMgr() argument
329 NBOTypeMgrBase(aType) in BulletsTypeMgr()
335 NBOTypeMgrBase(aType,pArg) in BulletsTypeMgr()
608 NBOTypeMgrBase(aType) in GraphicBulletsTypeMgr()
614 NBOTypeMgrBase(aType,pArg) in GraphicBulletsTypeMgr()
854 NBOTypeMgrBase(aType) in MixBulletsTypeMgr()
867 NBOTypeMgrBase(aType,pArg) in MixBulletsTypeMgr()
1397 NBOTypeMgrBase(aType), in NumberingTypeMgr()
1410 NBOTypeMgrBase(aType,pArg), in NumberingTypeMgr()
1697 NBOTypeMgrBase(aType)//, in OutlineTypeMgr()
[all …]
H A Dnbdtmgfact.cxx32 NBOTypeMgrBase* NBOutlineTypeMgrFact::CreateInstance(const NBOType aType) in CreateInstance() argument
35 if ( aType == eNBOType::BULLETS ) in CreateInstance()
38 }else if ( aType == eNBOType::GRAPHICBULLETS ) in CreateInstance()
41 }else if ( aType == eNBOType::MIXBULLETS ) in CreateInstance()
44 }else if ( aType == eNBOType::NUMBERING ) in CreateInstance()
47 }else if ( aType == eNBOType::OUTLINE ) in CreateInstance()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7252 String aType = SfxFilter::GetTypeFromStorage( rSrcStg ); in CheckForConvertToSOObj() local
7253 if ( aType.Len() ) in CheckForConvertToSOObj()
7254 pFilter = aMatch.GetFilter4EA( aType ); in CheckForConvertToSOObj()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx806 TypeId aType(TYPE(SwDocShell)); in ConfigurationChanged() local
808 static_cast<SwDocShell *>(SfxObjectShell::GetFirst(&aType)); in ConfigurationChanged()
813 SfxObjectShell::GetNext(*pDocShell, &aType)); in ConfigurationChanged()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx2104 TypeId aType(TYPE(SwDocShell)); in FillItemSet() local
2105 SwDocShell* pDocShell = (SwDocShell*)SfxObjectShell::GetFirst(&aType); in FillItemSet()
2110 pDocShell = (SwDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in FillItemSet()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1347 void SwPostItMgr::Sort(const short aType) in Sort() argument
1351 switch (aType) in Sort()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx140 sal_uInt16 CountFields(TypeId aType);
141 SvxFieldData* FindByIndex(sal_uInt16 nIndex, TypeId aType);
142 SvxFieldData* FindByPos(sal_uInt32 nPar, xub_StrLen nPos, TypeId aType);
198 sal_uInt16 ScUnoEditEngine::CountFields(TypeId aType) in CountFields() argument
201 aFieldType = aType; in CountFields()
210 SvxFieldData* ScUnoEditEngine::FindByIndex(sal_uInt16 nIndex, TypeId aType) in FindByIndex() argument
214 aFieldType = aType; in FindByIndex()
223 SvxFieldData* ScUnoEditEngine::FindByPos(sal_uInt32 nPar, xub_StrLen nPos, TypeId aType) in FindByPos() argument
228 aFieldType = aType; in FindByPos()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx652 TypeId aType = pFieldData->Type(); in CalcFieldValue() local
653 if (aType == TYPE(SvxPageField)) in CalcFieldValue()
655 else if (aType == TYPE(SvxPagesField)) in CalcFieldValue()
657 else if (aType == TYPE(SvxTimeField)) in CalcFieldValue()
659 else if (aType == TYPE(SvxFileField)) in CalcFieldValue()
661 else if (aType == TYPE(SvxExtFileField)) in CalcFieldValue()
672 else if (aType == TYPE(SvxTableField)) in CalcFieldValue()
674 else if (aType == TYPE(SvxDateField)) in CalcFieldValue()
719 TypeId aType = pFieldData->Type(); in CalcFieldValue() local
721 if (aType == TYPE(SvxURLField)) in CalcFieldValue()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx699 OUString aType( RTL_CONSTASCII_USTRINGPARAM("TextField") ); in getPropertyValue() local
700 rAny <<= aType; in getPropertyValue()
704 OUString aType( RTL_CONSTASCII_USTRINGPARAM("Text") ); in getPropertyValue() local
705 rAny <<= aType; in getPropertyValue()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx199 void Outliner::RemoveFields( sal_Bool bKeepFieldText, TypeId aType ) in RemoveFields() argument
202 pEditEngine->RemoveFields( bKeepFieldText, aType ); in RemoveFields()

Completed in 275 milliseconds

12345678910>>...18