/aoo4110/main/extensions/source/propctrlr/ |
H A D | buttonnavigationhandler.cxx | 107 PushButtonNavigation aHelper( m_xComponent ); in getPropertyState() local 108 eState = aHelper.getCurrentButtonTypeState(); in getPropertyState() 113 PushButtonNavigation aHelper( m_xComponent ); in getPropertyState() local 114 eState = aHelper.getCurrentTargetURLState(); in getPropertyState() 137 PushButtonNavigation aHelper( m_xComponent ); in getPropertyValue() local 138 aReturn = aHelper.getCurrentButtonType(); in getPropertyValue() 144 PushButtonNavigation aHelper( m_xComponent ); in getPropertyValue() local 145 aReturn = aHelper.getCurrentTargetURL(); in getPropertyValue() 166 PushButtonNavigation aHelper( m_xComponent ); in setPropertyValue() local 167 aHelper.setCurrentButtonType( _rValue ); in setPropertyValue() [all …]
|
/aoo4110/main/xmloff/source/forms/ |
H A D | layerimport.cxx | 568 FormCellBindingHelper aHelper( aCellBindings->first, rImport.GetModel() ); in documentDone() local 569 …OSL_ENSURE( aHelper.isCellBindingAllowed(), "OFormLayerXMLImport_Impl::documentDone: can't bind th… in documentDone() 570 if ( aHelper.isCellBindingAllowed() ) in documentDone() 584 …aHelper.setBinding( aHelper.createCellBindingFromStringAddress( sBoundCellAddress, bUseIndexBindin… in documentDone() 607 FormCellBindingHelper aHelper( aRangeBindings->first, rImport.GetModel() ); in documentDone() local 608 …OSL_ENSURE( aHelper.isListCellRangeAllowed(), "OFormLayerXMLImport_Impl::documentDone: can't bind … in documentDone() 609 if ( aHelper.isListCellRangeAllowed() ) in documentDone() 611 … aHelper.setListSource( aHelper.createCellListSourceFromStringAddress( aRangeBindings->second ) ); in documentDone()
|
H A D | elementexport.cxx | 1745 FormCellBindingHelper aHelper( m_xProps, NULL ); in examine() local 1747 if ( aHelper.isCellBinding( aHelper.getCurrentBinding( ) ) ) in examine() 1757 if ( aHelper.isCellRangeListSource( aHelper.getCurrentListSource( ) ) ) in examine() 1786 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellBindingAttributes() local 1787 Reference< XValueBinding > xBinding( aHelper.getCurrentBinding() ); in exportCellBindingAttributes() 1795 aHelper.getStringAddressFromCellBinding( xBinding ) in exportCellBindingAttributes() 1801 sal_Int16 nLinkageType = aHelper.isCellIntegerBinding( xBinding ) ? 1 : 0; in exportCellBindingAttributes() 1855 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellListSourceRange() local 1860 aHelper.getStringAddressFromCellListSource( xSource ) in exportCellListSourceRange()
|
/aoo4110/main/unotools/source/config/ |
H A D | accelcfg.cxx | 141 ::utl::OInputStreamWrapper aHelper( *pStream ); in SvtAcceleratorConfiguration() 142 com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xOut( &aHelper ); in SvtAcceleratorConfiguration() 174 ::utl::OInputStreamWrapper aHelper( rStream ); in CreateFromStream() 175 com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xOut( &aHelper ); in CreateFromStream() 212 ::utl::OOutputStreamWrapper aHelper( *pStream ); in ~SvtAcceleratorConfiguration() 213 com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > xOut( &aHelper ); in ~SvtAcceleratorConfiguration()
|
/aoo4110/main/xmlsecurity/source/helper/ |
H A D | documentsignaturehelper.cxx | 316 SignatureStreamHelper aHelper; in OpenSignatureStream() local 321 … aHelper.xSignatureStorage = rxStore->openStorageElement( aSIGStoreName, nSubStorageOpenMode ); in OpenSignatureStream() 322 if ( aHelper.xSignatureStorage.is() ) in OpenSignatureStream() 332 …aHelper.xSignatureStream = aHelper.xSignatureStorage->openStreamElement( aSIGStreamName, nOpenMode… in OpenSignatureStream() 341 return aHelper; in OpenSignatureStream()
|
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | digitalsignaturesdialog.cxx | 783 SignatureStreamHelper aHelper; in ImplOpenSignatureStream() local 793 aHelper.xSignatureStream = mxTempSignatureStream; in ImplOpenSignatureStream() 801 aHelper.xSignatureStream = mxTempSignatureStream; in ImplOpenSignatureStream() 813 aHelper = DocumentSignatureHelper::OpenSignatureStream( in ImplOpenSignatureStream() 818 aHelper.xSignatureStream = mxSignatureStream; in ImplOpenSignatureStream() 825 aHelper.xSignatureStream, UNO_QUERY_THROW); in ImplOpenSignatureStream() 835 aHelper.xSignatureStream, UNO_QUERY_THROW); in ImplOpenSignatureStream() 840 return aHelper; in ImplOpenSignatureStream()
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/ |
H A D | ButtonList.java | 853 PropertySetHelper aHelper = new PropertySetHelper(xModel); in refreshSelection() local 857 … aHelper.setPropertyValueDontThrow(PropertyNames.PROPERTY_STATE, Short.valueOf(one)); in refreshSelection() 862 … aHelper.setPropertyValueDontThrow(PropertyNames.PROPERTY_STATE, Short.valueOf(zero)); in refreshSelection() 878 PropertySetHelper aHelper = new PropertySetHelper(xModel); in actionPerformed() local 880 int nState = aHelper.getPropertyValueAsInteger(PropertyNames.PROPERTY_STATE, -1); in actionPerformed() 884 … aHelper.setPropertyValueDontThrow(PropertyNames.PROPERTY_STATE, Short.valueOf((short)1)); in actionPerformed() 888 …String sControlName = aHelper.getPropertyValueAsString(PropertyNames.PROPERTY_NAME, PropertyNames.… in actionPerformed()
|
/aoo4110/main/sfx2/source/menu/ |
H A D | mnumgr.cxx | 216 SfxThesSubMenuHelper aHelper; in InsertThesaurusSubmenu_Impl() local 217 ::rtl::OUString aText( aHelper.GetText( aThesLookUpStr, nDelimPos ) ); in InsertThesaurusSubmenu_Impl() 219 aHelper.GetLocale( aLocale, aThesLookUpStr, nDelimPos ); in InsertThesaurusSubmenu_Impl() 220 …const bool bHasMoreSynonyms = aHelper.GetMeanings( aSynonyms, aText, aLocale, 7 /*max number of sy… in InsertThesaurusSubmenu_Impl() 232 String sThesImplName( aHelper.GetThesImplName( aLocale ) ); in InsertThesaurusSubmenu_Impl()
|
/aoo4110/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 1854 if ( !aHelper->isConnected() ) in openElementWithArguments() 1959 ::std::auto_ptr<OLinkedDocumentsAccess> aHelper = getDocumentsAccess(_eType); in newElementWithPilot() 1960 if ( aHelper->isConnected() ) in newElementWithPilot() 1965 aHelper->newReportWithPilot( nCommandType, sCurrentSelected ); in newElementWithPilot() 1967 aHelper->newFormWithPilot( nCommandType, sCurrentSelected ); in newElementWithPilot() 1974 ::std::auto_ptr<OLinkedDocumentsAccess> aHelper = getDocumentsAccess(_eType); in newElementWithPilot() 1975 if ( aHelper->isConnected() ) in newElementWithPilot() 1978 aHelper->newQueryWithPilot(); in newElementWithPilot() 1980 aHelper->newTableWithPilot(); in newElementWithPilot() 2006 ::std::auto_ptr<OLinkedDocumentsAccess> aHelper = getDocumentsAccess( _eType ); in newElement() [all …]
|
/aoo4110/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ListenAtCalcRangeInDraw.java | 81 Helper aHelper = new Helper( args ); in ListenAtCalcRangeInDraw() local 83 maSheetDoc = aHelper.createSpreadsheetDocument(); in ListenAtCalcRangeInDraw() 84 maDrawDoc = aHelper.createDrawingDocument(); in ListenAtCalcRangeInDraw()
|
H A D | SelectionChangeListener.java | 70 Helper aHelper = new Helper( args ); in SelectionChangeListener() local 72 maContext = aHelper.getComponentContext(); in SelectionChangeListener() 74 CalcHelper aCalcHelper = new CalcHelper( aHelper.createSpreadsheetDocument() ); in SelectionChangeListener()
|
H A D | ChartInWriter.java | 79 Helper aHelper = new Helper( args ); in main() local 83 aHelper.createTextDocument())); in main()
|
H A D | ChartInDraw.java | 71 Helper aHelper = new Helper( args ); in main() local 73 ChartHelper aChartHelper = new ChartHelper( aHelper.createDrawingDocument()); in main()
|
H A D | ChartInCalc.java | 74 Helper aHelper = new Helper( args ); in main() local 76 CalcHelper aCalcHelper = new CalcHelper( aHelper.createSpreadsheetDocument() ); in main()
|
/aoo4110/main/framework/source/classes/ |
H A D | droptargetlistener.cxx | 99 TransferableDataHelper aHelper( dtde.Transferable ); in drop() local 104 if ( aHelper.GetFileList( SOT_FORMAT_FILE_LIST, aFileList ) ) in drop() 114 if ( !bFormatFound && aHelper.GetString( SOT_FORMAT_FILE, aFilePath ) ) in drop()
|
/aoo4110/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 76 Any aHelper; member 512 pMgr->attach( nIdx, (*aObjIt).xTarget, (*aObjIt).aHelper ); in attachAll_Impl() 560 (*aObjIt).aHelper, ScriptEvent.ListenerType, in registerScriptEvent() 757 aTmp.aHelper = Helper; in attach() 781 rCurObj.aHelper, (*aEvtIt).ScriptType, in attach() 802 rCurObj.aHelper, pEL[i].ListenerType, in attach()
|
/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 323 final PropertySetHelper aHelper = new PropertySetHelper(xStyle); in getFromPageStyles() local 324 nValue = aHelper.getPropertyValueAsInteger(_sStyleName, nValue); in getFromPageStyles() 334 final PropertySetHelper aHelper = new PropertySetHelper(xStyle); in setToPageStyles() local 335 aHelper.setPropertyValueDontThrow(_sStyleName, _aObj); in setToPageStyles() 1624 final PropertySetHelper aHelper = new PropertySetHelper(_xSectionOrGroup); in doNotBreakInTable() local 1625 aHelper.setPropertyValueDontThrow("KeepTogether", Boolean.TRUE); in doNotBreakInTable()
|
/aoo4110/main/udkapi/com/sun/star/script/ |
H A D | XEventAttacher.idl | 73 [in] any aHelper, 91 [in] any aHelper,
|
/aoo4110/main/cui/source/options/ |
H A D | optinet2.cxx | 1706 FileDialogHelper aHelper( in IMPL_LINK() local 1715 aHelper.SetDisplayDirectory(sUrl); in IMPL_LINK() 1716 aHelper.AddFilter( m_sDefaultFilterName, String::CreateFromAscii("*")); in IMPL_LINK() 1718 if ( ERRCODE_NONE == aHelper.Execute() ) in IMPL_LINK() 1720 sUrl = aHelper.GetPath(); in IMPL_LINK()
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | PropertySetHelper.java | 360 PropertySetHelper aHelper = new PropertySetHelper(_xObj); in showProperties() local 361 aHelper.showProperties(); in showProperties()
|
H A D | Helper.java | 418 final PropertySetHelper aHelper = new PropertySetHelper(xProps); in getComponentContext() local 419 final Object aDefaultContext = aHelper.getPropertyValueAsObject("DefaultContext"); in getComponentContext()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | seltrans.cxx | 428 TransferableDataHelper aHelper( xSource ); in GetData() local 429 uno::Any aAny = aHelper.GetAny( rFlavor ); in GetData()
|
H A D | inputhdl.cxx | 764 FormulaHelper aHelper(ScGlobal::GetStarCalcFunctionMgr()); in ShowTipCursor() local 775 nNextFStart = aHelper.GetFunctionStart( aSelText, nLeftParentPos, sal_True); in ShowTipCursor() 776 … if( aHelper.GetNextFunc( aSelText, sal_False, nNextFStart, &nNextFEnd, &ppFDesc, &aArgs ) ) in ShowTipCursor() 780 nArgPos = aHelper.GetArgStart( aSelText, nNextFStart, 0 ); in ShowTipCursor() 1007 FormulaHelper aHelper(ScGlobal::GetStarCalcFunctionMgr()); in UseFormulaData() local 1020 nNextFStart = aHelper.GetFunctionStart( aFormula, nLeftParentPos, sal_True); in UseFormulaData() 1021 … if( aHelper.GetNextFunc( aFormula, sal_False, nNextFStart, &nNextFEnd, &ppFDesc, &aArgs ) ) in UseFormulaData() 1025 nArgPos = aHelper.GetArgStart( aFormula, nNextFStart, 0 ); in UseFormulaData()
|
/aoo4110/main/embeddedobj/source/commonembedding/ |
H A D | persistence.cxx | 471 ::comphelper::MimeConfigurationHelper aHelper( m_xFactory ); in GetFilterName() 472 … aFilterName = aHelper.GetDefaultFilterFromServiceName( GetDocumentServiceName(), nVersion ); in GetFilterName() 1722 ::comphelper::MimeConfigurationHelper aHelper( m_xFactory ); in reload() 1732 m_aLinkFilterName = aHelper.UpdateMediaDescriptorWithFilterName( aArgs, sal_False ); in reload() 1738 uno::Sequence< beans::NamedValue > aObject = aHelper.GetObjectPropsByFilter( m_aLinkFilterName ); in reload()
|
/aoo4110/main/embeddedobj/source/msole/ |
H A D | xdialogcreator.cxx | 234 ::comphelper::MimeConfigurationHelper aHelper( m_xFactory ); in createInstanceByDialog() 236 if ( aHelper.AddFilterNameCheckOwnFile( aMediaDescr ) ) in createInstanceByDialog()
|