Home
last modified time | relevance | path

Searched refs:mpContext (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/slideshow/source/engine/
H A Dsmilfunctionparser.cxx100 mpContext( rContext ) in ShapeBoundsFunctor()
102 ENSURE_OR_THROW( mpContext, in ShapeBoundsFunctor()
133 mpContext( rContext ) in ConstantFunctor()
135 ENSURE_OR_THROW( mpContext, in ConstantFunctor()
156 mpContext( rContext ) in DoubleConstantFunctor()
158 ENSURE_OR_THROW( mpContext, in DoubleConstantFunctor()
179 mpContext( rContext ) in ValueTFunctor()
181 ENSURE_OR_THROW( mpContext, in ValueTFunctor()
238 mpContext( rContext ) in UnaryFunctionFunctor()
240 ENSURE_OR_THROW( mpContext, in UnaryFunctionFunctor()
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx348 return mpContext && mpContext->getWhiteSpace().getLength(); in whitespaceIsAvailable()
352 …return mpContext && mpContext->getParent() && aWebDAVName == mpContext->getParent()->getWebDAVName… in hasParent()
376 if(mpContext) in pop_context()
379 mpContext = mpContext->getParent(); in pop_context()
412 mpContext(0), in WebDAVResponseParser()
439 while(mpContext) in ~WebDAVResponseParser()
463 mpContext = new WebDAVContext(mpContext, aName, xAttribs); in startElement()
576 if(mpContext && nLen) in endElement()
582 maPropStatNames.push_back(mpContext->getNamespace() + mpContext->getName()); in endElement()
949 if(mpContext && nLen) in characters()
[all …]
/trunk/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx176 ParserContextSharedPtr mpContext; member in connectivity::__anonaab85f710111::ConstantFunctor
181 mpContext( rContext ) in ConstantFunctor()
195 ParserContextSharedPtr mpContext; member in connectivity::__anonaab85f710111::IntConstantFunctor
199 mpContext( rContext ) in IntConstantFunctor()
204mpContext->maOperandStack.push( ExpressionNodeSharedPtr( new ConstantValueExpression( new ORowSetV… in operator ()()
223 ParserContextSharedPtr mpContext; member in connectivity::__anonaab85f710111::BinaryFunctionFunctor
229 mpContext( rContext ) in BinaryFunctionFunctor()
235 ParserContext::OperandStack& rNodeStack( mpContext->maOperandStack ); in operator ()()
287 ParserContextSharedPtr mpContext; member in connectivity::__anonaab85f710111::UnaryFunctionFunctor
293 mpContext( rContext ) in UnaryFunctionFunctor()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx770 ParserContextSharedPtr mpContext; member in __anonebc81da20111::ConstantFunctor
776 mpContext( rContext ) in ConstantFunctor()
789 ParserContextSharedPtr mpContext; member in __anonebc81da20111::DoubleConstantFunctor
793 mpContext( rContext ) in DoubleConstantFunctor()
813 , mpContext( rContext ) in EnumFunctor()
842 ParserContextSharedPtr mpContext; member in __anonebc81da20111::UnaryFunctionFunctor
848 mpContext( rContext ) in UnaryFunctionFunctor()
879 ParserContextSharedPtr mpContext; member in __anonebc81da20111::BinaryFunctionFunctor
885 mpContext( rContext ) in BinaryFunctionFunctor()
914 ParserContextSharedPtr mpContext; member in __anonebc81da20111::IfFunctor
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx335 if( obj->mpContext ) in wrapper_get_name()
340 obj->mpContext->getAccessibleName(), in wrapper_get_name()
366 if( obj->mpContext ) in wrapper_get_description()
394 if( obj->mpContext ) in wrapper_get_n_children()
423 if( obj->mpContext ) in wrapper_ref_child()
427 obj->mpContext->getAccessibleChild( i ); in wrapper_ref_child()
447 if( obj->mpContext ) in wrapper_get_index_in_parent()
472 if( obj->mpContext ) in wrapper_ref_relation_set()
573 if( obj->mpContext ) in wrapper_ref_state_set()
854 pWrap->mpContext = xContext.get(); in atk_object_wrapper_new()
[all …]
H A Datktext.cxx159 if( !pWrap->mpText && pWrap->mpContext ) in getText()
161 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleText::static_type(NULL)… in getText()
180 if( !pWrap->mpTextMarkup && pWrap->mpContext ) in getTextMarkup()
182 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleTextMarkup::static_type… in getTextMarkup()
209 if( !pWrap->mpTextAttributes && pWrap->mpContext ) in getTextAttributes()
211 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleTextAttributes::static_… in getTextAttributes()
237 if( !pWrap->mpMultiLineText && pWrap->mpContext ) in getMultiLineText()
239 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleMultiLineText::static_t… in getMultiLineText()
H A Datkimage.cxx53 if( !pWrap->mpImage && pWrap->mpContext ) in getImage()
55 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleImage::static_type(NULL… in getImage()
H A Datkvalue.cxx42 if( !pWrap->mpValue && pWrap->mpContext ) in getValue()
44 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleValue::static_type(NULL… in getValue()
H A Datkselection.cxx41 if( !pWrap->mpSelection && pWrap->mpContext ) in getSelection()
43 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleSelection::static_type(… in getSelection()
H A Datkeditabletext.cxx47 if( !pWrap->mpEditableText && pWrap->mpContext ) in getEditableText()
49 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleEditableText::static_ty… in getEditableText()
H A Datkhypertext.cxx208 if( !pWrap->mpHypertext && pWrap->mpContext ) in getHypertext()
210 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleHypertext::static_type(… in getHypertext()
H A Datkaction.cxx62 if( !pWrap->mpAction && pWrap->mpContext ) in getAction()
64 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleAction::static_type(NUL… in getAction()
H A Datkcomponent.cxx43 if( !pWrap->mpComponent && pWrap->mpContext ) in getComponent()
45 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleComponent::static_type(… in getComponent()
H A Datktable.cxx72 if( !pWrap->mpTable && pWrap->mpContext ) in getTable()
74 …uno::Any any = pWrap->mpContext->queryInterface( accessibility::XAccessibleTable::static_type(NULL… in getTable()
H A Datkutil.cxx90 if( wrapper_obj && !wrapper_obj->mpText && wrapper_obj->mpContext ) in atk_wrapper_focus_idle_handler()
92 …uno::Any any = wrapper_obj->mpContext->queryInterface( accessibility::XAccessibleText::static_type… in atk_wrapper_focus_idle_handler()
H A Datkwrapper.hxx56 ::com::sun::star::accessibility::XAccessibleContext *mpContext;
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx394 mpContext( NULL ), in SVGActionWriter()
407 DBG_ASSERT( !mpContext, "Not all contexts are closed" ); in ~SVGActionWriter()
1163 mpContext->AddPaintAttr( pA->GetColor(), pA->GetColor() ); in ImplWriteActions()
1175 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetLineColor() ); in ImplWriteActions()
1187 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetLineColor() ); in ImplWriteActions()
1197 mpContext->AddPaintAttr( mpVDev->GetLineColor(), mpVDev->GetFillColor() ); in ImplWriteActions()
1369 mpContext->AddPaintAttr( aNewLineColor, aNewFillColor ); in ImplWriteActions()
1793 mpContext->SetFontAttr( aFont ); in ImplWriteActions()
1815 mpContext->SetFontAttr( aFont ); in ImplWriteActions()
1838 mpContext->SetFontAttr( aFont ); in ImplWriteActions()
[all …]
H A Dsvgwriter.hxx182 SVGAttributeWriter* mpContext; member in SVGActionWriter
191 …ireContext() { maContextStack.Push( mpContext = new SVGAttributeWriter( mrExport, mrFontExport ) )… in ImplAcquireContext()
192 …void ImplReleaseContext() { delete (SVGAttributeWriter*) maContextStack.Pop(); mpContext = (SV… in ImplReleaseContext()
/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx159 mpContext( NULL ), in Player()
850 mpContext = g_main_context_new(); in run()
851 mpLoop = g_main_loop_new( mpContext, false ); in run()
856 g_source_attach( pIdleSource, mpContext ); in run()
862 g_source_attach( pBusSource, mpContext ); in run()
920 g_main_context_unref( mpContext ); in run()
921 mpContext = NULL; in run()
H A Dgstplayer.hxx185 GMainContext* mpContext; member in avmedia::gst::Player
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx130 mpContext ( NULL ), in ImpGraphic()
147 mpContext ( NULL ), in ImpGraphic()
181 mpContext ( NULL ), in ImpGraphic()
198 mpContext ( NULL ), in ImpGraphic()
214 mpContext( NULL ), in ImpGraphic()
232 mpContext ( NULL ), in ImpGraphic()
249 mpContext ( NULL ), in ImpGraphic()
267 if( (sal_uLong) mpContext > 1UL ) in ~ImpGraphic()
268 delete mpContext; in ~ImpGraphic()
1087 return mpContext; in ImplGetContext()
[all …]
/trunk/main/winaccessibility/source/service/
H A DAccTopWindowListener.cxx215 … com::sun::star::accessibility::XAccessibleContext* mpContext = mxAccessibleContext.get(); in AddAllListeners() local
216 if(mpContext != NULL) in AddAllListeners()
/trunk/main/sc/source/filter/inc/
H A Dxltracer.hxx73 const sal_Char* mpContext; /// Context for problem e.g. Limits member
/trunk/main/vcl/inc/
H A Dimpgraph.hxx64 GraphicReader* mpContext; member in ImpGraphic
/trunk/main/sc/source/filter/excel/
H A Dxltracer.cxx134 OUString sContext = OUString::createFromAscii( pTracerDetails[ eProblem ].mpContext ); in Context()

Completed in 97 milliseconds

12