| /aoo4110/main/slideshow/source/engine/ | 
| H A D | smilfunctionparser.cxx | 438 	                            	str_p( "$" 	 	)[ ValueTFunctor(															   self.getContext()) ]  in definition()439 …             |		str_p( "pi"     )[ ConstantFunctor(M_PI, 					  	  	  						   self.getContext()) ]  in definition()
 440 …              |		str_p( "e"      )[ ConstantFunctor(M_E, 					  	  	  						   self.getContext()) ]  in definition()
 448 …abs"  ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&fabs, self.getContext()) ]  in definition()
 449 …sqrt" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&sqrt, self.getContext()) ]  in definition()
 450 …sin"  ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&sin,  self.getContext()) ]  in definition()
 451 …cos"  ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&cos,  self.getContext()) ]  in definition()
 452 …tan"  ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&tan,  self.getContext()) ]  in definition()
 466 …_parser<double, custom_real_parser_policies<double> >()[ DoubleConstantFunctor(self.getContext()) ]  in definition()
 474 …  	('-' >> basicExpression)[ makeUnaryFunctionFunctor(::std::negate<double>(), self.getContext()) ]  in definition()
 [all …]
 
 | 
| /aoo4110/main/svx/source/customshapes/ | 
| H A D | EnhancedCustomShapeFunctionParser.cxx | 1024 							str_p( "pi"			)[ EnumFunctor(ENUM_FUNC_PI,		self.getContext() ) ]  in definition()1025 					|		str_p( "left"		)[ EnumFunctor(ENUM_FUNC_LEFT,		self.getContext() ) ]  in definition()
 1026                     |		str_p( "top"		)[ EnumFunctor(ENUM_FUNC_TOP,		self.getContext() ) ]  in definition()
 1027                     |		str_p( "right"		)[ EnumFunctor(ENUM_FUNC_RIGHT,		self.getContext() ) ]  in definition()
 1028                     |		str_p( "bottom"		)[ EnumFunctor(ENUM_FUNC_BOTTOM,	self.getContext() ) ]  in definition()
 1032                     |		str_p( "hasfill"	)[ EnumFunctor(ENUM_FUNC_HASFILL,	self.getContext() ) ]  in definition()
 1033                     |		str_p( "width"		)[ EnumFunctor(ENUM_FUNC_WIDTH,		self.getContext() ) ]  in definition()
 1034                     |		str_p( "height"		)[ EnumFunctor(ENUM_FUNC_HEIGHT,	self.getContext() ) ]  in definition()
 1062 				(str_p( "?" ) >> funcRef_decl )[ EnumFunctor( ENUM_FUNC_EQUATION, self.getContext() ) ];  in definition()
 1068 				(str_p( "$" ) >> modRef_decl )[ EnumFunctor( ENUM_FUNC_ADJUSTMENT, self.getContext() ) ];  in definition()
 [all …]
 
 | 
| /aoo4110/main/slideshow/source/engine/animationnodes/ | 
| H A D | animationaudionode.cxx | 57     ENSURE_OR_THROW( getContext().mxComponentContext.is(),  in AnimationAudioNode()76     getContext().mrEventMultiplexer.addCommandStopAudioHandler( aHandler );  in activate_st()
 112     getContext().mrEventMultiplexer.removeCommandStopAudioHandler( aHandler );  in deactivate_st()
 122     getContext().mrEventQueue.addEvent(  in deactivate_st()
 124                                 boost::ref(getContext().mrEventMultiplexer),  in deactivate_st()
 144         mpPlayer = SoundPlayer::create( getContext().mrEventMultiplexer,  in createPlayer()
 146                                         getContext().mxComponentContext );  in createPlayer()
 
 | 
| H A D | propertyanimationnode.cxx | 61                 getContext().mpSubsettableShapeManager,  in createActivity()71                 getContext().mpSubsettableShapeManager,  in createActivity()
 81                 getContext().mpSubsettableShapeManager,  in createActivity()
 91                 getContext().mpSubsettableShapeManager,  in createActivity()
 101                 getContext().mpSubsettableShapeManager,  in createActivity()
 
 | 
| H A D | animationbasenode.cxx | 109             mpShape = lookupAttributableShape( getContext().mpSubsettableShapeManager,  in AnimationBaseNode()125             mpShape = lookupAttributableShape( getContext().mpSubsettableShapeManager,  in AnimationBaseNode()
 302         getContext().mrActivitiesQueue.addActivity( mpActivity );  in activate_st()
 354             getContext().mpSubsettableShapeManager->notifyShapeUpdate( pShape );  in deactivate_st()
 490         getContext().mrEventQueue,  in fillCommonParameters()
 491         getContext().mrActivitiesQueue,  in fillCommonParameters()
 
 | 
| H A D | animationsetnode.cxx | 105                 getContext().mpSubsettableShapeManager,  in createActivity()128                 getContext().mpSubsettableShapeManager,  in createActivity()
 151                 getContext().mpSubsettableShapeManager,  in createActivity()
 174                 getContext().mpSubsettableShapeManager,  in createActivity()
 197                 getContext().mpSubsettableShapeManager,  in createActivity()
 
 | 
| H A D | animationtransformnode.cxx | 69                 getContext().mpSubsettableShapeManager,   in createActivity()81                 getContext().mpSubsettableShapeManager,  in createActivity()
 92                 getContext().mpSubsettableShapeManager,  in createActivity()
 103                 getContext().mpSubsettableShapeManager,  in createActivity()
 
 | 
| H A D | sequentialtimecontainer.cxx | 85         getContext().mrEventQueue.forceEmpty();  in skipEffect()86         getContext().mrEventQueue.addEvent(  in skipEffect()
 126         getContext().mrUserEventQueue.registerSkipEffectEvent(  in resolveChild()
 130         getContext().mrUserEventQueue.registerRewindEffectEvent(  in resolveChild()
 
 | 
| /aoo4110/main/oox/source/dump/ | 
| H A D | pptxdumper.cxx | 61         Dumper( getContext(), rxStrm, rSysFileName ).dump();  in implDumpStream()70         ::oox::dump::xlsb::Dumper( getContext(), rxStrm, rSysFileName ).dump();  in implDumpStream()
 80         ::oox::dump::biff::Dumper( getContext(), rxStrm, rSysFileName ).dump();  in implDumpStream()
 93             StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) );  in implDumpStream()
 98             StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, false ) );  in implDumpStream()
 103             StorageRef xStrg( new ::oox::ole::OleStorage( getContext(), rxStrm, true ) );  in implDumpStream()
 
 | 
| /aoo4110/main/accessibility/inc/accessibility/extended/ | 
| H A D | AccessibleBrowseBox.hxx | 234     inline AccessibleBrowseBox*            getContext()         { return m_pContext; }  in getContext()  function in accessibility::AccessibleBrowseBoxAccess235     inline const AccessibleBrowseBox*      getContext() const   { return m_pContext; }  in getContext()  function in accessibility::AccessibleBrowseBoxAccess
 259         AccessibleBrowseBox* pContext( getContext() );  in getHeaderBar()
 268         AccessibleBrowseBox* pContext( getContext() );  in getTable()
 276         AccessibleBrowseBox* pContext( getContext() );  in commitHeaderBarEvent()
 283         AccessibleBrowseBox* pContext( getContext() );  in commitTableEvent()
 290         AccessibleBrowseBox* pContext( getContext() );  in commitEvent()
 
 | 
| H A D | AccessibleGridControl.hxx | 223     inline AccessibleGridControl*            getContext()         { return m_pContext; }  in getContext()  function in accessibility::AccessibleGridControlAccess224     inline const AccessibleGridControl*      getContext() const   { return m_pContext; }  in getContext()  function in accessibility::AccessibleGridControlAccess
 248         AccessibleGridControl* pContext( getContext() );  in getTableHeader()
 257         AccessibleGridControl* pContext( getContext() );  in getTable()
 265          AccessibleGridControl* pContext( getContext() );  in commitCellEvent()
 272          AccessibleGridControl* pContext( getContext() );  in commitTableEvent()
 279         AccessibleGridControl* pContext( getContext() );  in commitEvent()
 
 | 
| /aoo4110/main/reportdesign/source/core/sdr/ | 
| H A D | RptModel.cxx | 188 …ort::XFormattedField> xProp = new OFormattedField(m_pReportDefinition->getContext(),m_pReportDefin…  in createShape()196 …xRet = static_cast<cppu::OWeakObject*>(new OFixedText(m_pReportDefinition->getContext(),m_pReportD…  in createShape()
 202 …xRet = static_cast<cppu::OWeakObject*>(new OFixedLine(m_pReportDefinition->getContext(),m_pReportD…  in createShape()
 208 …static_cast<cppu::OWeakObject*>(new OImageControl(m_pReportDefinition->getContext(),m_pReportDefin…  in createShape()
 214 …ic_cast<cppu::OWeakObject*>(new OReportDefinition(m_pReportDefinition->getContext(),m_pReportDefin…  in createShape()
 220 …xRet = static_cast<cppu::OWeakObject*>(new OShape(m_pReportDefinition->getContext(),m_pReportDefin…  in createShape()
 
 | 
| /aoo4110/main/connectivity/source/commontools/ | 
| H A D | RowFunctionParser.cxx | 371                                 [IntConstantFunctor(self.getContext())];  in definition()376                                 [ ConstantFunctor(self.getContext()) ]  in definition()
 381                                 [ UnaryFunctionFunctor( UNARY_FUNC_COLUMN,  self.getContext()) ]  in definition()
 386                                 [ BinaryFunctionFunctor( ENUM_FUNC_EQUATION,  self.getContext()) ]  in definition()
 392 …( assignment >> AND_ >> assignment )  [ BinaryFunctionFunctor( ENUM_FUNC_AND,  self.getContext()) ]  in definition()
 397 …orExpression >> OR_ >> andExpression ) [ BinaryFunctionFunctor( ENUM_FUNC_OR,  self.getContext()) ]  in definition()
 428     const ParserContextSharedPtr& getContext() const  in getContext()  function in connectivity::__anon3e00e2220111::ExpressionGrammar
 
 | 
| H A D | predicateinput.cxx | 191 				const IParseContext& rParseContext = m_aParser.getContext();  in implPredicateTree()265 				const IParseContext& rParseContext = m_aParser.getContext();  in normalizePredicateString()
 345 …al_Int32 nType = ::connectivity::OSQLParser::getFunctionReturnType(sField,&m_aParser.getContext());  in getPredicateValue()
 401 …pFuncSpecParent->parseNodeToStr(sReturn, m_xConnection, &m_aParser.getContext(), sal_False, sal_Tr…  in implParseNode()
 409 …pValueNode->parseNodeToStr(sReturn, m_xConnection, &m_aParser.getContext(), sal_False, sal_True);	…  in implParseNode()
 425 								sReturn, m_xConnection, &m_aParser.getContext(), sal_False, sal_True  in implParseNode()
 430 							sReturn, m_xConnection, &m_aParser.getContext(), sal_False, sal_True  in implParseNode()
 
 | 
| /aoo4110/main/forms/source/component/ | 
| H A D | Grid.cxx | 159 … OGridControlModel* pClone = new OGridControlModel( this, getContext().getLegacyServiceFactory() );  in createClone()386 		case TYPE_CHECKBOX: 		xReturn = new CheckBoxColumn( getContext() ); break;  in createColumn()
 387 		case TYPE_COMBOBOX: 		xReturn = new ComboBoxColumn( getContext() ); break;  in createColumn()
 388 		case TYPE_CURRENCYFIELD:	xReturn = new CurrencyFieldColumn( getContext() ); break;  in createColumn()
 389 		case TYPE_DATEFIELD:		xReturn = new DateFieldColumn( getContext() ); break;  in createColumn()
 390 		case TYPE_LISTBOX:			xReturn = new ListBoxColumn( getContext() ); break;  in createColumn()
 391 		case TYPE_NUMERICFIELD: 	xReturn = new NumericFieldColumn( getContext() ); break;  in createColumn()
 392 		case TYPE_PATTERNFIELD: 	xReturn = new PatternFieldColumn( getContext() ); break;  in createColumn()
 393 		case TYPE_TEXTFIELD:		xReturn = new TextFieldColumn( getContext() ); break;  in createColumn()
 394 		case TYPE_TIMEFIELD:		xReturn = new TimeFieldColumn( getContext() ); break;  in createColumn()
 [all …]
 
 | 
| /aoo4110/main/extensions/source/dbpilots/ | 
| H A D | listcombowizard.cxx | 185 …getContext().xObjectModel->setPropertyValue(::rtl::OUString::createFromAscii("ListSourceType"), ma…  in implApplySettings()190 …getContext().xObjectModel->setPropertyValue(::rtl::OUString::createFromAscii("BoundColumn"), makeA…  in implApplySettings()
 202 …getContext().xObjectModel->setPropertyValue(::rtl::OUString::createFromAscii("ListSource"), makeAn…  in implApplySettings()
 212 …getContext().xObjectModel->setPropertyValue(::rtl::OUString::createFromAscii("ListSource"), makeAn…  in implApplySettings()
 216 …getContext().xObjectModel->setPropertyValue(::rtl::OUString::createFromAscii("DataField"), makeAny…  in implApplySettings()
 480 		fillListBox(m_aValueListField, getContext().aFieldNames);  in initializePage()
 
 | 
| H A D | groupboxwiz.cxx | 119 				if (getContext().aFieldNames.getLength())  in determineNextState()150 					if (getContext().aFieldNames.getLength())  in enterState()
 151 						m_aSettings.sDBField = getContext().aFieldNames[0];  in enterState()
 177 			aLayouter.doLayout(getContext(), getSettings());  in createRadios()
 213 		if (getContext().aFieldNames.getLength())  in ORadioSelectionPage()
 
 | 
| H A D | controlwizard.cxx | 143 	const OControlWizardContext& OControlWizardPage::getContext()  in getContext()  function in dbp::OControlWizardPage145 		return getDialog()->getContext();  in getContext()
 198 		const OControlWizardContext& rContext = getContext();  in enableFormDatasourceDisplay()
 232 			const OControlWizardContext& rContext = getContext();  in initializePage()
 304 …getContext().xObjectModel->getPropertyValue(::rtl::OUString::createFromAscii("ClassId")) >>= nClas…  in Execute()
 741 		return (0 == getContext().aFieldNames.getLength());  in needDatasourceSelection()
 
 | 
| /aoo4110/main/dbaccess/source/sdbtools/connection/ | 
| H A D | objectnames.cxx | 428 …PNameValidation pNameCheck( NameCheckFactory::createExistenceCheck( getContext(), _CommandType, ge…  in suggestName()466 …PNameValidation pNameCheck( NameCheckFactory::createExistenceCheck( getContext(), _CommandType, ge…  in isNameUsed()
 475 …PNameValidation pNameCheck( NameCheckFactory::createValidityCheck( getContext(), _CommandType, get…  in isNameValid()
 484 …PNameValidation pNameCheck( NameCheckFactory::createExistenceCheck( getContext(), _CommandType, ge…  in checkNameForCreate()
 487 … pNameCheck = NameCheckFactory::createValidityCheck( getContext(), _CommandType, getConnection() );  in checkNameForCreate()
 
 | 
| H A D | connectiontools.cxx | 98         return new TableName( getContext(), getConnection() );  in createTableName()105         return new ObjectNames( getContext(), getConnection() );  in getObjectNames()
 112         return new DataSourceMetaData( getContext(), getConnection() );  in getDataSourceMetaData()
 
 | 
| /aoo4110/main/sw/source/core/layout/ | 
| H A D | swselectionlist.cxx | 52     const SwFrm* getContext( const SwFrm* pFrm )  in getContext()  function79     pContext( getContext( pInitCxt ) )  in SwSelectionList()
 85     pCheck = getContext( pCheck );  in checkContext()
 
 | 
| /aoo4110/main/dbaccess/source/ui/querydesign/ | 
| H A D | QueryDesignView.cxx | 287 								&rController.getParser().getContext());  in ParseCondition()1259 														&rController.getParser().getContext(),  in GenerateGroupBy()
 1553 													&rController.getParser().getContext());  in GetANDCriteria()
 1610 												&rController.getParser().getContext());  in AddFunctionCondition()
 1614 										&rController.getParser().getContext(),  in AddFunctionCondition()
 1657 												&rController.getParser().getContext());  in AddFunctionCondition()
 1789 												&rController.getParser().getContext());  in ComparisonPredicate()
 1823 									 &rController.getParser().getContext(),  in ComparisonPredicate()
 2359 													&rController.getParser().getContext(),  in InstallFields()
 2524 													&rController.getParser().getContext(),  in GetGroupCriteria()
 [all …]
 
 | 
| /aoo4110/main/scripting/examples/beanshell/Highlight/ | 
| H A D | ButtonPressHandler.bsh | 48     // getContext() on the XControl interface  function50         XDialog.class, control.getContext());
 58     // getContext() on the XControl interface of the button  function
 60         XControlContainer.class, control.getContext());
 
 | 
| /aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ | 
| H A D | Button.java | 45         protected javax.accessibility.AccessibleContext getContext( Object any ) {  in getContext()  method in Button.AccessibleButtonListener68                         values[0] = getContext( event.OldValue );  in notifyEvent()
 72                         values[1] = getContext( event.NewValue);  in notifyEvent()
 
 | 
| /aoo4110/main/toolkit/source/layout/vcl/ | 
| H A D | wrapper.hxx | 105 …  : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) ) \112 …     : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, 0, unoName ), this ) ) \
 127 …: win_par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) …
 
 |