Home
last modified time | relevance | path

Searched refs:aType (Results 101 – 125 of 444) sorted by relevance

12345678910>>...18

/aoo42x/main/filter/source/xsltfilter/
H A Duof2splithandler.hxx43 ::rtl::OUString aType;
45 NamespaceValue( ::rtl::OUString & Type, ::rtl::OUString & Value ): aType(Type), aValue(Value) {} in NamespaceValue()
47 { return ( aType == Type ) && ( aValue == Value ); } in operator ()()
/aoo42x/main/sw/source/core/access/
H A Daccnotextframe.cxx232 uno::Any SAL_CALL SwAccessibleNoTextFrame::queryInterface( const uno::Type& aType ) in queryInterface() argument
235 if( aType == in queryInterface()
243 else if ( aType == ::getCppuType((uno::Reference<XAccessibleHypertext> *)0) ) in queryInterface()
251 return SwAccessibleContext::queryInterface( aType ); in queryInterface()
/aoo42x/main/embedserv/source/embed/
H A Dservprov.cxx142 const uno::Type& aType ) in queryInterface() argument
149 aType, static_cast<lang::XTypeProvider*>(this)); in queryInterface()
151 return OWeakObject::queryInterface( aType); in queryInterface()
/aoo42x/main/svtools/source/misc/
H A Dimagemgr.cxx405 String aType = aURLPath.GetToken( 0, INET_PATH_TOKEN ); in GetImageId_Impl() local
406 if ( aType == String( RTL_CONSTASCII_STRINGPARAM("factory") ) ) in GetImageId_Impl()
414 else if ( aType == String( RTL_CONSTASCII_STRINGPARAM("image") ) ) in GetImageId_Impl()
736 String aType = aURLPath.GetToken( 0, INET_PATH_TOKEN ); in GetDescription_Impl() local
737 if ( aType == String( RTL_CONSTASCII_STRINGPARAM("factory") ) ) in GetDescription_Impl()
/aoo42x/main/autodoc/source/display/idl/
H A Dhfi_method.cxx117 aType( Env(), types, true );
119 write_Param( aType, names, (*i_rParams) );
128 write_Param( aType, names, (*i_rParams) );
/aoo42x/main/framework/source/fwe/interaction/
H A Dpreventduplicateinteraction.cxx108 css::uno::Any SAL_CALL PreventDuplicateInteraction::queryInterface( const css::uno::Type& aType ) in queryInterface() argument
111 if ( aType.equals( XInteractionHandler2::static_type() ) ) in queryInterface()
118 return ::cppu::WeakImplHelper1< css::task::XInteractionHandler2 >::queryInterface( aType ); in queryInterface()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DConnectionLineAccess.cxx81 Any SAL_CALL OConnectionLineAccess::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface() argument
83 Any aRet(VCLXAccessibleComponent::queryInterface( aType )); in queryInterface()
84 return aRet.hasValue() ? aRet : OConnectionLineAccess_BASE::queryInterface( aType ); in queryInterface()
H A DTableWindowAccess.cxx99 Any SAL_CALL OTableWindowAccess::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface() argument
101 Any aRet(VCLXAccessibleComponent::queryInterface( aType )); in queryInterface()
102 return aRet.hasValue() ? aRet : OTableWindowAccess_BASE::queryInterface( aType ); in queryInterface()
/aoo42x/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx70 virtual uno::Any SAL_CALL queryInterface( const uno::Type& aType ) throw ( uno::RuntimeException);
108 const uno::Type& aType ) in queryInterface() argument
112 aType, in queryInterface()
118 return ::cppu::OWeakObject::queryInterface( aType ); in queryInterface()
/aoo42x/main/offapi/com/sun/star/ui/
H A DXUIElementFactoryRegistration.idl120 @param aType
142 …void registerFactory( [in] string aType, [in] string aName, [in] string aModuleIdentifier, [in] st…
146 @param aType
171 …void deregisterFactory( [in] string aType, [in] string aName, [in] string aModuleIdentifier ) rais…
/aoo42x/main/framework/source/services/
H A Dbackingcomp.cxx116 css::uno::Any SAL_CALL BackingComp::queryInterface( /*IN*/ const css::uno::Type& aType ) in queryInterface() argument
123 aType, in queryInterface()
140 aResult = m_xWindow->queryInterface(aType); in queryInterface()
147 aResult = OWeakObject::queryInterface(aType); in queryInterface()
/aoo42x/main/unotools/source/config/
H A Dfontcfg.cxx242 OUString aType = OUString::createFromAscii( getKeyType( nType ) ); in getDefaultFont() local
243 OUString aRet = tryLocale( aLocale, aType ); in getDefaultFont()
247 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
252 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
257 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java79 @Override public void Visit (final UnionNode aType) in CreateSimpleTypeDescriptor()
81 aDescriptor.SetSubTypes(aType.GetChildren()); in CreateSimpleTypeDescriptor()
84 @Override public void Default (final ISimpleTypeNode aType) in CreateSimpleTypeDescriptor()
/aoo42x/main/UnoControls/source/controls/
H A Dprogressbar.cxx167 Any SAL_CALL ProgressBar::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation() argument
171 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
181 aReturn = BaseControl::queryAggregation( aType ); in queryAggregation()
/aoo42x/main/svx/source/toolbars/
H A Dfontworkbar.cxx159 rtl::OUString aType; in SetFontWorkShapeTypeState() local
160 if ( *pAny >>= aType ) in SetFontWorkShapeTypeState()
164 if ( !aFontWorkShapeType.equals( aType ) ) // different FontWorkShapeTypes selected ? in SetFontWorkShapeTypeState()
170 aFontWorkShapeType = aType; in SetFontWorkShapeTypeState()
/aoo42x/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()
/aoo42x/main/sw/source/ui/misc/
H A Dlinenum.cxx311 SvxNumberType aType; in FillItemSet() local
312 aType.SetNumberingType(aFormatLB.GetSelectedNumberingType()); in FillItemSet()
313 aInf.SetNumType(aType); in FillItemSet()
/aoo42x/main/framework/source/fwe/classes/
H A Drootactiontriggercontainer.cxx95 Any SAL_CALL RootActionTriggerContainer::queryInterface( const Type& aType ) in queryInterface() argument
99 aType , in queryInterface()
111 return PropertySetContainer::queryInterface( aType ); in queryInterface()
/aoo42x/main/sal/workben/
H A Dtestfile.cxx334 void showFileType( FileStatus::Type aType ) in showFileType() argument
336 if ( aType==FileStatus::Directory ) in showFileType()
338 else if ( aType==FileStatus::Volume ) in showFileType()
340 else if ( aType==FileStatus::Regular ) in showFileType()
342 else if ( aType==FileStatus::Unknown ) in showFileType()
1798 FileStatus::Type aType; in FileStatusTest() local
1801 aType=pStatus->getFileType(); in FileStatusTest()
1802 showFileType( aType ); in FileStatusTest()
/aoo42x/main/sw/source/ui/fldui/
H A Dfldvar.cxx1102 SwUserFieldType aType( pSh->GetDoc(), sName ); in IMPL_LINK() local
1106aType.SetType(nNumFormatPos == 0 ? nsSwGetSetExpType::GSE_STRING : nsSwGetSetExpType::GSE_EXPR); in IMPL_LINK()
1107aType.SetContent( sValue, nNumFormatPos == 0 ? 0 : aNumFormatLB.GetFormat() ); in IMPL_LINK()
1110 GetFldMgr().InsertFldType( aType ); // Userfld Neu in IMPL_LINK()
1123 SwDDEFieldType aType(sName, sValue, (sal_uInt16)nFormat); in IMPL_LINK() local
1126 GetFldMgr().InsertFldType(aType); // DDE-Feld Neu in IMPL_LINK()
/aoo42x/main/sw/source/ui/envelp/
H A Dlabfmt.cxx533 rItem.aMake = rItem.aType = SW_RESSTR(STR_CUSTOM); in FillItem()
589 aTypeFI.SetText(aItem.aType); in Reset()
628 aTypeFI.SetText(aItem.aType); in IMPL_LINK()
688 rLabRec.aType = sType; in IMPL_LINK()
710 rItem.aType = aTypeED.GetText(); in GetLabel()
/aoo42x/main/sfx2/source/bastyp/
H A Dhelper.cxx424 String aType( xRow->getString(2) ); in GetFolderContentProperties() local
528 String aType( xRow->getString(2) ); in GetResultSet() local
531 aRow += aType; in GetResultSet()
753 OUString aType( RTL_CONSTASCII_USTRINGPARAM( "application/vnd.sun.staroffice.fsys-folder" ) ); in MakeFolder() local
754 bRet = aCnt.insertNewContent( aType, aNames, aValues, aNewFolder ); in MakeFolder()
/aoo42x/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx82 ProxyEntry FindProxyEntry(const rtl::OUString& aProxyList, const rtl::OUString& aType) in FindProxyEntry() argument
96 if( aType.equals( nextToken.getToken( 0, EQUAL_SIGN, i ) ) ) in FindProxyEntry()
99 else if( aType.getLength() == 0) in FindProxyEntry()
/aoo42x/main/sfx2/source/control/
H A Drequest.cxx471 TypeId aType // != 0: RTTI Pruefung mit Assertion in GetArg()
474 return GetItem( pArgs, nSlotId, bDeep, aType ); in GetArg()
484 TypeId aType // != 0: RTTI Pruefung mit Assertion in GetItem() argument
535 if ( !pItem || pItem->IsA(aType) ) in GetItem()
/aoo42x/main/framework/inc/classes/
H A Dfiltercachedata.hxx623 void addType ( const FileType& aType , sal_Bool bSetModified );
629 void replaceType ( const FileType& aType , sal_Bool bSetModified );
733 …static ::rtl::OUString encodeTypeData ( const FileType& aType
735 … FileType& aType );

Completed in 561 milliseconds

12345678910>>...18