/aoo42x/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 …]
|
/aoo42x/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 …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/accessibility/inc/accessibility/extended/ |
H A D | AccessibleBrowseBox.hxx | 234 inline AccessibleBrowseBox* getContext() { return m_pContext; } in getContext() function in accessibility::AccessibleBrowseBoxAccess 235 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::AccessibleGridControlAccess 224 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()
|
/aoo42x/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::__anon3f8d21da0111::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()
|
/aoo42x/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()
|
/aoo42x/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 …]
|
/aoo42x/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::OControlWizardPage 145 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()
|
H A D | commonpagesdbp.cxx | 118 const OControlWizardContext& rContext = getContext(); in initializePage() 168 const OControlWizardContext& rContext = getContext(); in commitPage() 385 m_xDSContext = getContext().xDatasourceContext; in implCollectDatasource() 486 fillListBox(m_aStoreWhere, getContext().aFieldNames); in initializePage()
|
/aoo42x/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()
|
/aoo42x/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 …]
|
/aoo42x/main/sw/source/core/layout/ |
H A D | swselectionlist.cxx | 52 const SwFrm* getContext( const SwFrm* pFrm ) in getContext() function 79 pContext( getContext( pInitCxt ) ) in SwSelectionList() 85 pCheck = getContext( pCheck ); in checkContext()
|
/aoo42x/main/scripting/examples/beanshell/Highlight/ |
H A D | ButtonPressHandler.bsh | 48 // getContext() on the XControl interface function 50 XDialog.class, control.getContext()); 58 // getContext() on the XControl interface of the button function 60 XControlContainer.class, control.getContext());
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | Button.java | 45 protected javax.accessibility.AccessibleContext getContext( Object any ) { in getContext() method in Button.AccessibleButtonListener 68 values[0] = getContext( event.OldValue ); in notifyEvent() 72 values[1] = getContext( event.NewValue); in notifyEvent()
|
/aoo42x/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 ) …
|