Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/trunk/main/unoxml/source/events/
H A Deventdispatcher.cxx107 OUString const aType = i_xEvent->getType(); in dispatchEvent() local
129 aType.compareToAscii("DOMFocusIn") == 0|| in dispatchEvent()
131 aType.compareToAscii("DOMActivate") == 0) in dispatchEvent()
135 pUIEvent->initUIEvent(aType, in dispatchEvent()
140 aType.compareToAscii("click") == 0|| in dispatchEvent()
141 aType.compareToAscii("mousedown") == 0|| in dispatchEvent()
142 aType.compareToAscii("mouseup") == 0|| in dispatchEvent()
143 aType.compareToAscii("mouseover") == 0|| in dispatchEvent()
144 aType.compareToAscii("mousemove") == 0|| in dispatchEvent()
145 aType.compareToAscii("mouseout") == 0) in dispatchEvent()
[all …]
/trunk/main/framework/inc/macros/
H A Dxinterface.hxx255 ( aType, PRIVATE_DEFINE_INTERFACE_1 ( INTERFACE1 \
264 ( aType, PRIVATE_DEFINE_INTERFACE_2 ( INTERFACE1 , \
274 ( aType, PRIVATE_DEFINE_INTERFACE_3 ( INTERFACE1 , \
285 ( aType, PRIVATE_DEFINE_INTERFACE_4 ( INTERFACE1 , \
297 ( aType, PRIVATE_DEFINE_INTERFACE_5 ( INTERFACE1 , \
310 ( aType, PRIVATE_DEFINE_INTERFACE_6 ( INTERFACE1 , \
324 ( aType, PRIVATE_DEFINE_INTERFACE_7 ( INTERFACE1 , \
339 ( aType, PRIVATE_DEFINE_INTERFACE_8 ( INTERFACE1 , \
355 ( aType, PRIVATE_DEFINE_INTERFACE_9 ( INTERFACE1 , \
372 ( aType, PRIVATE_DEFINE_INTERFACE_10 ( INTERFACE1 , \
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx155 String aType( (OUString)xShape->getShapeType() ); in checkForCustomShapeReplacement() local
156 if( aType.EqualsAscii( (const sal_Char*)"com.sun.star.drawing.CustomShape" ) ) in checkForCustomShapeReplacement()
1064 String aType((OUString)xShapeDescriptor->getShapeType()); in ImpCalcShapeType() local
1066 if(aType.EqualsAscii((const sal_Char*)"com.sun.star.", 0, 13)) in ImpCalcShapeType()
1068 if(aType.EqualsAscii("drawing.", 13, 8)) in ImpCalcShapeType()
1081 else if(aType.EqualsAscii("Line", 21, 4)) { eShapeType = XmlShapeTypeDrawLineShape; } in ImpCalcShapeType()
1099 else if(aType.EqualsAscii("Text", 21, 4)) { eShapeType = XmlShapeTypeDrawTextShape; } in ImpCalcShapeType()
1100 else if(aType.EqualsAscii("OLE2", 21, 4)) in ImpCalcShapeType()
1132 else if(aType.EqualsAscii("Page", 21, 4)) { eShapeType = XmlShapeTypeDrawPageShape; } in ImpCalcShapeType()
1147 else if(aType.EqualsAscii("presentation.", 13, 13)) in ImpCalcShapeType()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java399 final StringNode aType) in AppendStringDescription() argument
402 switch(aType.GetRestrictionType()) in AppendStringDescription()
436 final NumberNode<?> aType) in AppendNumberDescription() argument
439 switch(aType.GetNumberType()) in AppendNumberDescription()
457 switch(aType.GetRestrictionType()) in AppendNumberDescription()
469 if (aType.GetMinimum() != null) in AppendNumberDescription()
477 if (aType.GetMaximum() != null) in AppendNumberDescription()
499 final DateTimeNode aType) in AppendDateTimeDescription() argument
509 final BlobNode aType) in AppendBlobDescription() argument
512 switch(aType.GetBlobType()) in AppendBlobDescription()
[all …]
H A DLogGenerator.java135 WriteType(" ", aType, true); in WriteComplexTypes()
147 WriteType(" ", aType, true); in WriteSimpleTypes()
159 WriteType(" ", aType, true); in WriteGroups()
171 WriteType(" ", aType, true); in WriteAttributeGroups()
183 WriteType(" ", aType, true); in WriteAttributes()
192 final INode aType, in WriteType() argument
199 final Node aNode = (Node)aType; in WriteType()
203 if ( ! HasChild(aType)) in WriteType()
212 switch(aType.GetNodeType()) in WriteType()
290 private boolean HasChild (final INode aType) in HasChild() argument
[all …]
/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx241 void OMRCListenerMultiplexerHelper::advise( const Type& aType , in advise() argument
245 if( m_aListenerHolder.addInterface( aType, xListener ) == 1 ) in advise()
250 impl_adviseToPeer( m_xPeer, aType ); in advise()
259 void OMRCListenerMultiplexerHelper::unadvise( const Type& aType , in unadvise() argument
263 if( m_aListenerHolder.removeInterface( aType, xListener ) == 0 ) in unadvise()
268 impl_unadviseFromPeer( m_xPeer, aType ); in unadvise()
514 const Type& aType ) in impl_adviseToPeer() argument
517 if( aType == ::getCppuType((const Reference< XWindowListener >*)0) ) in impl_adviseToPeer()
519 else if( aType == ::getCppuType((const Reference< XKeyListener >*)0) ) in impl_adviseToPeer()
546 const Type& aType ) in impl_unadviseFromPeer() argument
[all …]
/trunk/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx77 rtl::OUStringBuffer aKey( aType ); in getHashKeyFromStrings()
232 rtl::OUString aType; in elementInserted() local
240 if ( impl_getElementProps( aEvent.Element, aType, aName, aModule, aService )) in elementInserted()
244 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementInserted()
252 rtl::OUString aType; in elementRemoved() local
264 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementRemoved()
272 rtl::OUString aType; in elementReplaced() local
284 rtl::OUString aHashKey( getHashKeyFromStrings( aType, aName, aModule )); in elementReplaced()
330 rtl::OUString aType; in readConfigurationData() local
342 aHashKey = getHashKeyFromStrings( aType, aName, aModule ); in readConfigurationData()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeNodeVisitorAdapter.java28 public void Visit(BlobNode aType) in Visit() argument
30 Default(aType); in Visit()
34 public void Visit(DateTimeNode aType) in Visit() argument
36 Default(aType); in Visit()
40 public void Visit(NumberNode<?> aType) in Visit() argument
42 Default(aType); in Visit()
46 public void Visit(StringNode aType) in Visit() argument
48 Default(aType); in Visit()
52 public void Visit(UnionNode aType) in Visit() argument
54 Default(aType); in Visit()
[all …]
H A DUnionNode.java54 public void AddNode (final ISimpleTypeNode aType) in AddNode() argument
56 if (aType instanceof UnionNode) in AddNode()
59 final UnionNode aChildUnion = (UnionNode)aType; in AddNode()
63 else if (aType instanceof StringNode) in AddNode()
73 final ISimpleTypeNode aNewChild = ((StringNode)aChild).Join((StringNode)aType); in AddNode()
84 maTypes.add(aType); in AddNode()
88 maTypes.add(aType); in AddNode()
99 for (final ISimpleTypeNode aType : maTypes) in Print()
100 aType.Print(aLog); in Print()
/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 DOConnectionPointContainerHelper.cxx69 Any SAL_CALL OConnectionPointContainerHelper::queryInterface( const Type& aType ) throw( RuntimeExc… in queryInterface() argument
75 Any aReturn ( ::cppu::queryInterface( aType , in queryInterface()
84 aReturn = OWeakObject::queryInterface( aType ); in queryInterface()
130 …L_CALL OConnectionPointContainerHelper::queryConnectionPoint( const Type& aType ) throw( RuntimeEx… in queryConnectionPoint() argument
136 OInterfaceContainerHelper* pSpecialContainer = m_aMultiTypeContainer.getContainer( aType ); in queryConnectionPoint()
142 …ectionPointHelper* pNewConnectionPoint = new OConnectionPointHelper( m_aSharedMutex, this, aType ); in queryConnectionPoint()
153 void SAL_CALL OConnectionPointContainerHelper::advise( const Type& aType , in advise() argument
157 m_aMultiTypeContainer.addInterface( aType, xListener ); in advise()
164 void SAL_CALL OConnectionPointContainerHelper::unadvise( const Type& aType , in unadvise() argument
168 m_aMultiTypeContainer.removeInterface( aType, xListener ); in unadvise()
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 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/svx/source/unodraw/
H A Dunomod.cxx448 const String aType( aServiceSpecifier ); in createInstance() local
455 if( aType.EqualsAscii( "TitleTextShape", 26, 14 ) ) in createInstance()
471 else if( aType.EqualsAscii( "PageShape", 26, 9 ) ) in createInstance()
475 else if( aType.EqualsAscii( "OLE2Shape", 26, 9 ) ) in createInstance()
479 else if( aType.EqualsAscii( "ChartShape", 26, 10 ) ) in createInstance()
483 else if( aType.EqualsAscii( "TableShape", 26, 10 ) ) in createInstance()
491 else if( aType.EqualsAscii( "NotesShape", 26, 10 ) ) in createInstance()
495 else if( aType.EqualsAscii( "HandoutShape", 26, 12 ) ) in createInstance()
499 else if( aType.EqualsAscii( "FooterShape", 26, 12 ) ) in createInstance()
503 else if( aType.EqualsAscii( "HeaderShape", 26, 12 ) ) in createInstance()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx171 pRec->aMake = pRec->aType = aTmp; in SwLabDlg()
179 pRec->aType == pRecs->GetObject(nRecPos)->aType) in SwLabDlg()
248 if (pRec->aType != sCustom && in GetRecord()
476 const String aType ( GetParent()->Recs()[i]->aType ); in IMPL_LINK_INLINE_END() local
481 aTypeBox.InsertEntry(aType ); in IMPL_LINK_INLINE_END()
517 aItem.aType = aTypeBox.GetSelectEntry(); in IMPL_LINK_INLINE_START()
536 aItem.aLstType = pRec->aType; in IMPL_LINK_INLINE_END()
544 String aText = pRec->aType; in IMPL_LINK_INLINE_END()
667 String sType(aItem.aType); in Reset()
669 aItem.aType = sType; in Reset()
[all …]
/trunk/main/sal/qa/rtl/uri/
H A Drtl_Uri.cxx150 osl::FileStatus::Type aType = _aStatus.getFileType(); in getFileTypeName() local
151 if (aType == osl::FileStatus::Directory) in getFileTypeName()
155 else if (aType == osl::FileStatus::Regular) in getFileTypeName()
159 else if (aType == osl::FileStatus::Volume) in getFileTypeName()
163 else if (aType == osl::FileStatus::Fifo) in getFileTypeName()
167 else if (aType == osl::FileStatus::Socket) in getFileTypeName()
171 else if (aType == osl::FileStatus::Link) in getFileTypeName()
175 else if (aType == osl::FileStatus::Special) in getFileTypeName()
179 else if (aType == osl::FileStatus::Unknown) in getFileTypeName()
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx204 OUSTRING aType; in Execute() local
219 aProperties[ nIndex ].Value >>= aType; in Execute()
239 else if ( aType.compareToAscii( "Service" ) == 0 || in Execute()
240 aType.compareToAscii( "Script" ) == 0 ) in Execute()
299 else if ( aType.getLength() == 0 ) in Execute()
393 OUSTRING aType; in ConvertToMacro() local
407 aProperties[ nIndex ].Value >>= aType; in ConvertToMacro()
422 if ( aType.compareToAscii( STAR_BASIC ) == COMPARE_EQUAL ) in ConvertToMacro()
441 pMacro = new SvxMacro( aScriptURL, aType ); in ConvertToMacro()
469 if ( aType.getLength() ) in NormalizeMacro()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1631 RES_POOL_COLLFMT_TYPE aType = RES_NONE; in OutOne() local
1671 aType = RES_POOLCOLL_TOX_IDX3; break; in OutOne()
1673 aType = RES_POOLCOLL_TOX_IDX2; break; in OutOne()
1675 aType = RES_POOLCOLL_TOX_IDX1; break; in OutOne()
1681 aType = RES_POOLCOLL_FOOTER; break; in OutOne()
1683 aType = RES_POOLCOLL_HEADER; break; in OutOne()
1687 aType = RES_POOLCOLL_FOOTNOTE; break; in OutOne()
1697 aType = RES_POOLCOLL_HEADLINE5; break; in OutOne()
1709 aType = RES_POOLCOLL_STANDARD; break; in OutOne()
1712 if (aType == RES_NONE) in OutOne()
[all …]
/trunk/main/bridges/test/
H A Dtestcomp.cxx91 Any a = ::cppu::queryInterface( aType , in queryInterface()
97 return OWeakObject::queryInterface( aType ); in queryInterface()
139 if (aType == ::getCppuType( (const Reference< XInterface > *)0 )) in queryInterface()
144 if (aType == ::getCppuType( (const Reference< XPerformanceTest > *)0 )) in queryInterface()
289 Any OCallMe::queryInterface( const Type & aType ) throw ( RuntimeException ) in queryInterface() argument
291 Any a = ::cppu::queryInterface( aType, in queryInterface()
299 return OWeakObject::queryInterface( aType ); in queryInterface()
385 Any a = ::cppu::queryInterface( aType, in queryInterface()
391 return OWeakObject::queryInterface( aType ); in queryInterface()
437 Any a = ::cppu::queryInterface( aType, in queryInterface()
[all …]
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx981 aType.compareToAscii("DOMSubtreeModified") == 0|| in createEvent()
987 aType.compareToAscii("DOMCharacterDataModified") == 0) in createEvent()
992 aType.compareToAscii("DOMFocusIn") == 0|| in createEvent()
993 aType.compareToAscii("DOMFocusOut") == 0|| in createEvent()
994 aType.compareToAscii("DOMActivate") == 0) in createEvent()
998 aType.compareToAscii("click") == 0|| in createEvent()
999 aType.compareToAscii("mousedown") == 0|| in createEvent()
1000 aType.compareToAscii("mouseup") == 0|| in createEvent()
1001 aType.compareToAscii("mouseover") == 0|| in createEvent()
1002 aType.compareToAscii("mousemove") == 0|| in createEvent()
[all …]
/trunk/main/autodoc/source/display/idl/
H A Dhfi_property.cxx144 aType( Env(), CurOut(), true ); in write_Declaration() local
145 aType.Produce_byData( PropertyAttr::Type(i_ce) ); in write_Declaration()
174 aType( Env(), CurOut(), true ); in write_Declaration() local
175 aType.Produce_byData( AttributeAttr::Type(i_ce) ); in write_Declaration()
279 aType( Env(), CurOut(), true ); in write_Declaration() local
280 aType.Produce_byData(ConstantAttr::Type(i_ce)); in write_Declaration()
303 aType( Env(), CurOut(), true ); in write_Declaration() local
304 aType.Produce_byData(StructElementAttr::Type(i_ce)); in write_Declaration()
325 const ary::idl::Type_id aType = i_commentedRef.Type(); in produce_Summary() local
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx297 Any SAL_CALL Invocation_Impl::queryInterface( const Type & aType ) in queryInterface() argument
301 Any a = ::cppu::queryInterface( aType, in queryInterface()
310 if( aType == getCppuType( (Reference<XExactName>*) NULL ) ) in queryInterface()
325 else if ( aType == getCppuType( (Reference<XNameAccess>*) NULL ) ) in queryInterface()
335 else if ( aType == getCppuType( (Reference<XIndexAccess>*) NULL ) ) in queryInterface()
364 return OWeakObject::queryInterface( aType ); in queryInterface()
689 const Reference<XIdlClass>& rDestType = rFParam.aType; in invoke()
972 rInfo.aType = _xNameAccess->getElementType(); in fillInfoForNameAccess()
984 rInfo.aType = rProp.Type; in fillInfoForProperty()
997 rInfo.aType = aReturnType; in fillInfoForMethod()
[all …]
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx618 Type aType = aValue.getValueType(); in implSequenceToMultiDimArray() local
629 aType.getDescription( &pTD ); in implSequenceToMultiDimArray()
702 Type aType = aValue.getValueType(); in unoToSbxValue() local
1048 aElementType = aType; in getUnoTypeForSbxValue()
1086 aElementType = aType; in getUnoTypeForSbxValue()
1428 aRetVal <<= aType; in sbxToUnoValue()
1435 Type aType; in sbxToUnoValue() local
1438 aRetVal <<= aType; in sbxToUnoValue()
1963 Type aType = rProp.Type; in Impl_DumpProperties() local
4338 Type aType; in RTL_Impl_CreateUnoValue() local
[all …]
/trunk/main/svx/source/sidebar/
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/sfx2/source/doc/
H A Ddoctemplates.cxx688 aValue >>= aType; in getTitleFromURL()
695 if ( ! aType.getLength() && mxType.is() ) in getTitleFromURL()
703 aType = aTypeProps.getUnpackedValueOrDefault( in getTitleFromURL()
752 OUString aType( RTL_CONSTASCII_USTRINGPARAM( TYPE_LINK ) ); in addEntry() local
801 OUString aType; in createFolder() local
2002 OUString aTitle, aType, aTargetURL2, aFullName; in addTemplate() local
2103 addEntry( aGroup, aTitle, aNewTemplateTargetURL, aType ); in addTemplate()
2467 OUString aType( xRow->getString( 3 ) ); in addHierGroup() local
2470 if ( !aType.getLength() ) in addHierGroup()
2481 if ( aType.getLength() ) in addHierGroup()
[all …]

Completed in 217 milliseconds

12345678910>>...18