Home
last modified time | relevance | path

Searched refs:aContext (Results 126 – 150 of 177) sorted by last modified time

12345678

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DOOXMLParser.java130 final ElementContext aContext, in AddSomeActions()
135 Integer nValue = aActionContext.TypeCounts.get(aContext.GetTypeName()); in AddSomeActions()
140 aActionContext.TypeCounts.put(aContext.GetTypeName(), nValue); in AddSomeActions()
150 final ElementContext aContext, in AddSomeActions()
157 aContext.GetElementName(), in AddSomeActions()
160 if (aContext.GetAttributes().GetAttributeCount() == 0) in AddSomeActions()
163 … for (final Entry<String,String> aAttribute : aContext.GetAttributes().GetAttributes()) in AddSomeActions()
174 final ElementContext aContext, in AddSomeActions()
/trunk/main/oox/source/xls/
H A Dpivotcachefragment.cxx381 BiffPivotCacheRecordsContext aContext( *xSheetGlob, mrPivotCache ); in importFragment() local
383 aContext.importRecord( rStrm ); in importFragment()
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLEncryption.idl74 [in] com::sun::star::xml::crypto::XXMLSecurityContext aContext
H A DXXMLSignature.idl70 [in] com::sun::star::xml::crypto::XXMLSecurityContext aContext
/trunk/main/l10ntools/inc/
H A Dgsicheck.hxx112 …void PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, ByteString aContext, sal…
113 …void PrintError( ByteString aMsg, ByteString aPrefix, ByteString aContext, sal_uLong nLine, ByteSt…
/trunk/main/jvmfwk/source/
H A Dlibxmlutil.cxx63 CXPathContextPtr::CXPathContextPtr(xmlXPathContextPtr aContext) in CXPathContextPtr() argument
64 : _object(aContext) in CXPathContextPtr()
H A Dlibxmlutil.hxx60 CXPathContextPtr(xmlXPathContextPtr aContext);
/trunk/main/framework/source/uielement/
H A Dstatusbarmerger.cxx76 aPropVal.Value >>= rItem.aContext; in lcl_ConvertSequenceToValues()
139 if ( !StatusbarMerger::IsCorrectContext( rItem.aContext, rModuleIdentifier ) ) in lcl_MergeItems()
H A Dtoolbarmerger.cxx129 aAddonToolbarItem.aContext, in ConvertSeqSeqToVector()
478 if ( IsCorrectContext( rItem.aContext, rModuleIdentifier )) in MergeItems()
H A Dmenubarmerger.cxx176 if ( IsCorrectContext( rMenuItem.aContext, rModuleIdentifier )) in CreateSubMenu()
217 if ( IsCorrectContext( rMenuItem.aContext, rModuleIdentifier )) in MergeMenuItems()
342 if ( IsCorrectContext( rMenuItem.aContext, rModuleIdentifier )) in ProcessFallbackOperation()
413 rAddonMenuEntry[i].Value >>= rAddonMenuItem.aContext; in GetMenuEntry()
H A Daddonstoolbarmanager.cxx281 rtl::OUString aContext; in FillToolbar() local
288 …ToolBarMerger::ConvertSequenceToValues( rSeq, aURL, aTitle, aImageId, aTarget, aContext, aControlT… in FillToolbar()
290 if ( IsCorrectContext( aModuleIdentifier, aContext )) in FillToolbar()
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx290 ::rtl::OUString aContext; in MergeAddonPopupMenus()
303 aContext, in MergeAddonPopupMenus()
308 AddonMenuManager::IsCorrectContext( aModuleIdentifier, aContext )) in MergeAddonPopupMenus()
351 ::rtl::OUString aContext; in BuildMenu()
355 GetMenuEntry( aAddonMenuDefinition[i], aTitle, aURL, aTarget, aImageId, aContext, aAddonSubMenu ); in BuildMenu()
357 …if ( !IsCorrectContext( rModuleIdentifier, aContext ) || ( !aTitle.getLength() && !aURL.getLength(… in BuildMenu()
437 …ager::IsCorrectContext( const ::rtl::OUString& rModuleIdentifier, const ::rtl::OUString& aContext ) in IsCorrectContext() argument
439 if ( aContext.isEmpty() ) in IsCorrectContext()
444 sal_Int32 nIndex = aContext.indexOf( rModuleIdentifier ); in IsCorrectContext()
/trunk/main/framework/inc/uielement/
H A Dtoolbarmerger.hxx59 ::rtl::OUString aContext;
76 …static bool IsCorrectContext( const ::rtl::OUString& aContext, const ::rtl::OUString& aModul…
H A Dmenubarmerger.hxx44 ::rtl::OUString aContext;
67 …static bool IsCorrectContext( const ::rtl::OUString& aContext, const ::rtl::OUString& aModul…
H A Dstatusbarmerger.hxx42 rtl::OUString aContext; member
52 static bool IsCorrectContext( const ::rtl::OUString& aContext,
/trunk/main/framework/inc/framework/
H A Daddonmenu.hxx96 …Bool IsCorrectContext( const ::rtl::OUString& rModuleIdentifier, const rtl::OUString& aContext );
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx948 std::vector<EvaluationContext> aContext = in getResultForExpression() local
950 for( std::vector<EvaluationContext>::iterator aIter = aContext.begin(); in getResultForExpression()
951 aIter != aContext.end(); in getResultForExpression()
H A Dbinding.cxx316 EvaluationContext aContext = getModelImpl()->getEvaluationContext(); in getEvaluationContext() local
317 aContext.mxNamespaces = getBindingNamespaces(); in getEvaluationContext()
318 return aContext; in getEvaluationContext()
607 EvaluationContext aContext = getEvaluationContext(); in bind() local
608 maBindingExpression.evaluate( aContext ); in bind()
613 aContext.mxNamespaces ) ) in bind()
615 aContext.mxContextNode->appendChild( in bind()
617 aContext.mxContextNode->getOwnerDocument()->createElement( in bind()
620 maBindingExpression.evaluate( aContext ); in bind()
642 Reference<XNode>( aContext.mxContextNode->getOwnerDocument(), in bind()
H A Dcomputedexpression.cxx200 Reference<XXPathAPI> ComputedExpression::_getXPathAPI(const xforms::EvaluationContext& aContext) in _getXPathAPI() argument
212 aValue.Value <<= aContext.mxModel; in _getXPathAPI()
215 aValue.Value <<= aContext.mxContextNode; in _getXPathAPI()
223 if( aContext.mxNamespaces.is() ) in _getXPathAPI()
225 Sequence<OUString> aPrefixes =aContext.mxNamespaces->getElementNames(); in _getXPathAPI()
232 aContext.mxNamespaces->getByName( *pNamePrefix ) >>= sNameURL; in _getXPathAPI()
H A Dcomputedexpression.hxx78 …nce<com::sun::star::xml::xpath::XXPathAPI> _getXPathAPI(const xforms::EvaluationContext& aContext);
/trunk/main/forms/source/component/
H A Dcachedrowset.cxx70 ::comphelper::ComponentContext aContext;
78 :aContext( _rContext ) in CachedRowSet_Data()
188 m_pData.reset( new CachedRowSet_Data( m_pData->aContext ) ); in dispose()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2449 SQLContext aContext; in impl_ensureRowsetConnection_nothrow() local
2450 aContext.Message = sInfo; in impl_ensureRowsetConnection_nothrow()
2451 aContext.NextException = aError.get(); in impl_ensureRowsetConnection_nothrow()
2452 impl_displaySQLError_nothrow( aContext ); in impl_ensureRowsetConnection_nothrow()
H A Dformlinkdialog.cxx447 SQLContext aContext; in getFormFields() local
448 aContext.Message = sErrorMessage; in getFormFields()
449 aContext.NextException = aErrorInfo.get(); in getFormFields()
450 …::dbtools::showError( aContext, VCLUnoHelper::GetInterface( const_cast< FormLinkDialog* >( this ) … in getFormFields()
H A Dbrowserline.cxx415 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in impl_getImagesFromURL_nothrow()
416 …Reference< XGraphicProvider > xGraphicProvider( aContext.createComponent( "com.sun.star.graphic.Gr… in impl_getImagesFromURL_nothrow()
/trunk/main/extensions/source/config/ldap/
H A Dcomponentdef.cxx35 const uno::Reference<uno::XComponentContext>& aContext) { in createLdapUserProfileBe() argument
36 return * new LdapUserProfileBe(aContext) ; in createLdapUserProfileBe()

Completed in 194 milliseconds

12345678