/aoo41x/main/unoxml/source/events/ |
H A D | eventdispatcher.cxx | 107 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 …]
|
/aoo41x/main/framework/inc/macros/ |
H A D | xinterface.hxx | 255 ( 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 …]
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 155 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 …]
|
/aoo41x/main/UnoControls/source/base/ |
H A D | multiplexer.cxx | 241 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 …]
|
/aoo41x/main/framework/source/uifactory/ |
H A D | uielementfactorymanager.cxx | 77 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 …]
|
H A D | windowcontentfactorymanager.cxx | 101 …ypeNameFromResourceURL( const rtl::OUString& aResourceURL, rtl::OUString& aType, rtl::OUString& aN… in RetrieveTypeNameFromResourceURL() argument 118 aType = sToken; in RetrieveTypeNameFromResourceURL() 193 ::rtl::OUString aType; in createInstanceWithArgumentsAndContext() 205 RetrieveTypeNameFromResourceURL( aResourceURL, aType, aName ); in createInstanceWithArgumentsAndContext() 206 if ( aType.getLength() > 0 && in createInstanceWithArgumentsAndContext() 224 …aImplementationName = m_pConfigAccess->getFactorySpecifierFromTypeNameModule( aType, aName, aModul… in createInstanceWithArgumentsAndContext()
|
/aoo41x/main/UnoControls/source/controls/ |
H A D | OConnectionPointContainerHelper.cxx | 69 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 D | framecontrol.cxx | 168 Any SAL_CALL FrameControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument 172 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation() 182 aReturn = OPropertySetHelper::queryInterface( aType ); in queryAggregation() 185 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation() 273 Reference< XConnectionPoint > SAL_CALL FrameControl::queryConnectionPoint( const Type& aType ) thro… in queryConnectionPoint() argument 276 return m_aConnectionPointContainer.queryConnectionPoint( aType ); in queryConnectionPoint() 283 void SAL_CALL FrameControl::advise( const Type& aType , in advise() argument 287 m_aConnectionPointContainer.advise( aType, xListener ); in advise() 294 void SAL_CALL FrameControl::unadvise( const Type& aType , in unadvise() argument 298 m_aConnectionPointContainer.unadvise( aType, xListener ); in unadvise()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | Cache.java | 1941 if (aType == null) in validateTypes() 1945 (!aType.containsKey(PROPNAME_MEDIATYPE )) || in validateTypes() 1946 (!aType.containsKey(PROPNAME_PREFERRED )) || in validateTypes() 1947 (!aType.containsKey(PROPNAME_CLIPBOARDFORMAT)) || in validateTypes() 1951 (!aType.containsKey(PROPNAME_UINAME )) in validateTypes() 2151 aType.put(PROPNAME_UINAME, lPatchUINames); in transform60to6Y() 2259 aType.put(PROPNAME_UIORDER, nOrder); in transform60to6Y() 2302 if (aType == null) in transform60to6Y() 2317 aType.put(PROPNAME_DETECTSERVICE, sDetector); in transform60to6Y() 2349 aType.put(PROPNAME_FRAMELOADER, sLoader); in transform60to6Y() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | nbdtmg.hxx | 210 …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 …]
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unomod.cxx | 448 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 …]
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | label1.cxx | 167 pRec->aMake = pRec->aType = aTmp; in SwLabDlg() 175 pRec->aType == pRecs->GetObject(nRecPos)->aType) in SwLabDlg() 242 if (pRec->aType != sCustom && in GetRecord() 470 const String aType ( GetParent()->Recs()[i]->aType ); in IMPL_LINK_INLINE_END() local 475 aTypeBox.InsertEntry(aType ); in IMPL_LINK_INLINE_END() 511 aItem.aType = aTypeBox.GetSelectEntry(); in IMPL_LINK_INLINE_START() 530 aItem.aLstType = pRec->aType; in IMPL_LINK_INLINE_END() 538 String aText = pRec->aType; in IMPL_LINK_INLINE_END() 661 String sType(aItem.aType); in Reset() 663 aItem.aType = sType; in Reset() [all …]
|
/aoo41x/main/sal/qa/rtl/uri/ |
H A D | rtl_Uri.cxx | 173 osl::FileStatus::Type aType = _aStatus.getFileType(); in getFileTypeName() local 174 if (aType == osl::FileStatus::Directory) in getFileTypeName() 178 else if (aType == osl::FileStatus::Regular) in getFileTypeName() 182 else if (aType == osl::FileStatus::Volume) in getFileTypeName() 186 else if (aType == osl::FileStatus::Fifo) in getFileTypeName() 190 else if (aType == osl::FileStatus::Socket) in getFileTypeName() 194 else if (aType == osl::FileStatus::Link) in getFileTypeName() 198 else if (aType == osl::FileStatus::Special) in getFileTypeName() 202 else if (aType == osl::FileStatus::Unknown) in getFileTypeName()
|
/aoo41x/main/sfx2/source/notify/ |
H A D | eventsupplier.cxx | 204 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 …]
|
/aoo41x/main/bridges/test/ |
H A D | testcomp.cxx | 91 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 …]
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1631 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 …]
|
/aoo41x/main/unoxml/source/dom/ |
H A D | document.cxx | 981 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 …]
|
/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_property.cxx | 144 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
|
/aoo41x/main/svx/source/sidebar/ |
H A D | nbdtmgfact.cxx | 32 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()
|
/aoo41x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 297 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 …]
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 618 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 …]
|
/aoo41x/main/cui/source/dialogs/ |
H A D | plfilter.cxx | 94 String aType; in fillNetscapePluginFilters() local 99 aType += (*i); in fillNetscapePluginFilters() 102 aType += ';'; in fillNetscapePluginFilters() 105 if ( aType.Len() ) in fillNetscapePluginFilters() 108 aText += aType; in fillNetscapePluginFilters() 111 pPluginTypes[nIndex] = aType; in fillNetscapePluginFilters()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 688 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 …]
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 93 TypeId aType(TYPE(ScDocShell)); in enableInput() local 94 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in enableInput() 123 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in enableInput() 563 TypeId aType(TYPE(ScDocShell)); in SetDispatcherLock() local 564 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in SetDispatcherLock() 576 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in SetDispatcherLock() 592 TypeId aType(TYPE(ScDocShell)); in EnableSpreadsheets() local 593 ScDocShell* pDocShell = (ScDocShell*)SfxObjectShell::GetFirst(&aType); in EnableSpreadsheets() 622 pDocShell = (ScDocShell*)SfxObjectShell::GetNext(*pDocShell, &aType); in EnableSpreadsheets() 632 TypeId aType(TYPE(ScDocShell)); in lcl_InvalidateWindows() local [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | editutil.cxx | 652 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()
|