Home
last modified time | relevance | path

Searched refs:aType (Results 151 – 175 of 444) sorted by relevance

12345678910>>...18

/trunk/main/sw/source/ui/app/
H A Dapplab.cxx289 SvxNumberType aType; in InsertLab() local
290 aType.SetNumberingType(SVX_NUM_NUMBER_NONE); in InsertLab()
291 aDesc.SetNumType( aType ); in InsertLab()
H A Dswmodul1.cxx653 TypeId aType = TYPE(SwDocShell); in CheckSpellChanges() local
654 for( SwDocShell *pDocSh = (SwDocShell*)SfxObjectShell::GetFirst(&aType); in CheckSpellChanges()
656 pDocSh = (SwDocShell*)SfxObjectShell::GetNext( *pDocSh, &aType ) ) in CheckSpellChanges()
/trunk/main/sd/source/ui/inc/
H A DOutlinerIteratorImpl.hxx111 virtual bool IsEqual (const IteratorImplBase& rIterator, IteratorType aType) const;
170 virtual bool IsEqual (const IteratorImplBase& rIterator, IteratorType aType) const;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DAttributeIterator.java67 final INode aType, in CollectAttributes() argument
71 for (final INode aAttribute : aType.GetAttributes()) in CollectAttributes()
H A DAttributeNodeIterator.java67 final INode aType, in CollectAttributes() argument
71 for (final INode aAttribute : aType.GetAttributes()) in CollectAttributes()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx1202 rtl::OUString aType = aTitle; in operator *() local
1206 aType += rtl::OUString::createFromAscii( "/Type" ); in operator *()
1223 if ( m_pImpl->dir->hasByHierarchicalName( aType ) ) in operator *()
1231 if ( m_pImpl->dir->getByHierarchicalName( aType ) >>= nType ) in operator *()
H A Dhierarchydatasource.cxx661 uno::Any SAL_CALL HierarchyDataAccess::queryInterface( const uno::Type & aType ) in queryInterface() argument
665 uno::Any aRet = cppu::queryInterface( aType, in queryInterface()
677 aRet = cppu::queryInterface( aType, in queryInterface()
684 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( aType ); in queryInterface()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1004 uno::Sequence< sal_Int8 > aType( ( sal_Int8* )sMediaType.getStr(), in WriteMimetypeMagicFile() local
1014 aCRC32.update( aType ); in WriteMimetypeMagicFile()
1020 aZipOut.write( aType, 0, nBufferLength ); in WriteMimetypeMagicFile()
1106 ::rtl::OUString aType; in WriteContentTypes()
1109 ( *aIter )[PKG_MNFST_MEDIATYPE].Value >>= aType; in WriteContentTypes()
1110 if ( aType.getLength() ) in WriteContentTypes()
1116 aOverridesSequence[nSeqLength-1].Second = aType; in WriteContentTypes()
/trunk/main/UnoControls/source/inc/
H A Dprogressbar.hxx141 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
211 UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
H A Dstatusindicator.hxx162 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
232 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …
/trunk/main/unoxml/source/dom/
H A Delementlist.cxx63 OUString aType = OUString::createFromAscii("DOMSubtreeModified"); in registerListener() local
65 xTarget->addEventListener(aType, in registerListener()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DSchemaBase.java60 for (final BuiltIn aType : BuiltIn.GetTypes()) in SchemaBase()
61 SimpleTypes.Add(aType); in SchemaBase()
/trunk/main/sax/source/expatwrap/
H A Dattrlistimpl.cxx43 TagAttribute( const OUString &aName, const OUString &aType , const OUString &aValue ) in TagAttribute()
46 this->sType = aType; in TagAttribute()
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1225 Type aType = typeof(XTest); in testInterface()
1236 aType, aAny,aEnum2, aStruct1, in testInterface()
1277 l.assure(aType == outType); in testInterface()
1324 l.assure(aType == inoutType); in testInterface()
1337 aType, aAny,aEnum2, aStruct1, in testInterface()
1352 l.assure(obj.retType() == aType); in testInterface()
1386 obj.attrType = aType; in testInterface()
1387 l.assure(obj.attrType == aType); in testInterface()
/trunk/main/sfx2/inc/sfx2/
H A Drequest.hxx94 TypeId aType = 0 );
95 const SfxPoolItem* GetArg( sal_uInt16 nSlotId, bool bDeep = false, TypeId aType = 0 ) const;
/trunk/main/offapi/com/sun/star/mail/
H A DXMailServiceProvider.idl51 @param aType
60 XMailService create([in] MailServiceType aType)
/trunk/main/udkapi/com/sun/star/script/
H A DXInvocationAdapterFactory.idl55 @param aType
62 com::sun::star::uno::XInterface createAdapter( [in]XInvocation Invocation, [in]type aType );
/trunk/main/sw/source/ui/fldui/
H A Dxfldui.cxx136 Any aType = xCol->getPropertyValue( UniString::CreateFromAscii("Type")); in IsDBNumeric() local
138 aType >>= eDataType; in IsDBNumeric()
/trunk/main/comphelper/inc/comphelper/
H A Ddocpasswordrequest.hxx59 …tar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw (::com::su…
98 …tar::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw (::com::su…
/trunk/main/ucbhelper/source/client/
H A Dinterceptedinteraction.cxx79 …t css::uno::Type& aType ) in extractContinuation() argument
89 if (xCheck->queryInterface(aType).hasValue()) in extractContinuation()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx564 const GraphicType aType(rGraphic.GetType()); in create2DDecomposition() local
567 if(GRAPHIC_BITMAP == aType || GRAPHIC_GDIMETAFILE == aType) in create2DDecomposition()
/trunk/main/toolkit/inc/toolkit/controls/
H A Deventcontainer.hxx82 NameContainer_Impl( ::com::sun::star::uno::Type const & aType ) in NameContainer_Impl() argument
84 mType( aType ), in NameContainer_Impl()
/trunk/main/offapi/com/sun/star/ucb/
H A DXDataContainer.idl60 @param aType
63 void setContentType( [in] string aType );
/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx154 virtual UNO3_ANY SAL_CALL queryInterface( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION );
192 …virtual UNO3_ANY SAL_CALL queryAggregation( const UNO3_TYPE& aType ) throw( UNO3_RUNTIMEEXCEPTION …
/trunk/main/uui/source/
H A Diahndl.cxx355 const ::com::sun::star::uno::Type aType( pTypeDesc->pWeakRef ); in lcl_matchesRequest() local
359 return i_rRequest.getValueType().equals( aType ); in lcl_matchesRequest()
361 return i_rRequest.isExtractableTo( aType ); in lcl_matchesRequest()
424 ::utl::OConfigurationNode aType( aTypesNode.openNode( *pType ) ); in handleTypedHandlerImplementations()
427 OSL_VERIFY( aType.getNodeValue( "Propagation" ) >>= sPropagation ); in handleTypedHandlerImplementations()

Completed in 105 milliseconds

12345678910>>...18