Home
last modified time | relevance | path

Searched refs:get (Results 201 – 225 of 3648) sorted by relevance

12345678910>>...146

/trunk/main/sc/source/filter/inc/
H A Dftools.hxx169 inline element_type* get() const { return mpObj; } in get() function in ScfRef
189 return rxRef1.get() == rxRef2.get(); in operator ==()
195 return rxRef1.get() != rxRef2.get(); in operator !=()
201 return rxRef1.get() < rxRef2.get(); in operator <()
207 return rxRef1.get() > rxRef2.get(); in operator >()
213 return rxRef1.get() <= rxRef2.get(); in operator <=()
219 return rxRef1.get() >= rxRef2.get(); in operator >=()
241 inline ref_type get( key_type nKey ) const in get() function in ScfRefMap
/trunk/main/jvmfwk/source/
H A Dframework.cxx67 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_findAllJREs()
257 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_startVM()
366 JavaVMOption * arOpt = sarJOptions.get(); in jfw_startVM()
674 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_getSelectedJRE()
741 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_getJavaInfoByPath()
858 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_setSelectedJRE()
889 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_setEnabled()
947 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_setVMParameters()
972 osl::MutexGuard guard(jfw::FwkMutex::get()); in jfw_getVMParameters()
1153 jfw::FwkMutex::get().acquire(); in jfw_lock()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterViewFactory.cxx186 static_cast<XWeak*>(pFactory.get()), UNO_QUERY); in Create()
241 if (mpResourceCache.get() != NULL) in disposing()
287 if (pDescriptor.get() != NULL) in createResource()
309 if (pDescriptor.get() != NULL) in releaseResource()
313 CachablePresenterView* pView = dynamic_cast<CachablePresenterView*>(rxView.get()); in releaseResource()
314 if (pView == NULL || mpResourceCache.get()==NULL) in releaseResource()
356 if (mpResourceCache.get() == NULL) in GetViewFromCache()
461 xView = Reference<XView>(pShowView.get()); in CreateSlideShowView()
572 if (pDescriptor.get() != NULL) in CreateSlideSorterView()
574 &PresenterSlideSorter::SetActiveState, pView.get(), _1); in CreateSlideSorterView()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat_service.java55 log = (LogWriter)dcl.getInstance((String)param.get("LogWriter")); in executeTest()
56 debug = ((Boolean) param.get("DebugIsActive")).booleanValue(); in executeTest()
59 String job = (String) param.get("TestJob"); in executeTest()
65 (String) param.get("DescriptionPath"),debug); in executeTest()
72 String conStr = (String) param.get("ConnectionString"); in executeTest()
104 (String)param.get("OutProducer")); in executeTest()
129 (String)param.get("OutProducer")); in executeTest()
146 (String)param.get("LogWriter")); in executeTest()
189 (String)param.get("OutProducer")); in executeTest()
202 (String)param.get("OutProducer")); in executeTest()
[all …]
/trunk/main/binaryurp/source/
H A Dmarshal.cxx132 (type.get()->eTypeClass == typelib_TypeClass_ANY || in writeValue()
143 typelib_TypeClass tc = value.get()->eTypeClass; in writeType()
155 writeString(buffer, rtl::OUString(value.get()->pTypeName)); in writeType()
191 cppu::UnoType< css::uno::Sequence< sal_Int8 > >::get()), &p); in writeTid()
202 switch (type.get()->eTypeClass) { in writeValue()
253 type.get())-> in writeValue()
256 if (ctd.get()->eTypeClass == typelib_TypeClass_BYTE) { in writeValue()
261 writeValue(buffer, ctd, p->elements + i * ctd.get()->nSize); in writeValue()
290 (type.get()->eTypeClass == typelib_TypeClass_STRUCT || in writeMemberValues()
291 type.get()->eTypeClass == typelib_TypeClass_EXCEPTION) && in writeMemberValues()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DHelperCollections.cxx65 ::std::vector< ::rtl::OUString > aNames; aNames.reserve( _rColumns->get().size() ); in createWithIntrinsicNames()
68 … for ( ::connectivity::OSQLColumns::Vector::const_iterator column = _rColumns->get().begin(); in createWithIntrinsicNames()
69 column != _rColumns->get().end(); in createWithIntrinsicNames()
94 …:OSQLColumns::Vector::const_iterator aIter = find(m_aColumns->get().begin(),m_aColumns->get().end(… in createObject()
95 if(aIter == m_aColumns->get().end()) in createObject()
96 … aIter = findRealName(m_aColumns->get().begin(),m_aColumns->get().end(),_rName,isCaseSensitive()); in createObject()
98 if(aIter != m_aColumns->get().end()) in createObject()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSalesFilter.java168 int nDate = aCalDate.get( Calendar.YEAR ); in translateDate()
169 nDate = nDate * 100 + aCalDate.get( Calendar.MONTH ) + 1; in translateDate()
170 nDate = nDate * 100 + aCalDate.get( Calendar.DAY_OF_MONTH ); in translateDate()
212 sOdbcDate += (new Integer( aCal.get( Calendar.YEAR ) ) ).toString(); in getOdbcDate()
215 int nMonth = aCal.get( Calendar.MONTH ) + 1; in getOdbcDate()
221 int nDay = aCal.get( Calendar.DAY_OF_MONTH ); in getOdbcDate()
343 return ( aLHS.get( Calendar.YEAR ) == aRHS.get( Calendar.YEAR ) ) in equalDate()
344 && ( aLHS.get( Calendar.MONTH ) == aRHS.get( Calendar.MONTH ) ) in equalDate()
345 && ( aLHS.get( Calendar.DAY_OF_MONTH ) == aRHS.get( Calendar.DAY_OF_MONTH ) ); in equalDate()
/trunk/main/sd/source/ui/view/
H A DFormShellManager.cxx90 if (mpSubShellFactory.get() != NULL) in ~FormShellManager()
92 ViewShell* pShell = mrBase.GetMainViewShell().get(); in ~FormShellManager()
125 ViewShell* pMainViewShell = mrBase.GetMainViewShell().get(); in SetFormShell()
137 mrBase.GetMainViewShell().get(), in SetFormShell()
158 ViewShell* pShell = mrBase.GetMainViewShell().get(); in RegisterAtCenterPane()
180 OSL_ASSERT(mpSubShellFactory.get()==NULL); in RegisterAtCenterPane()
210 ViewShell* pShell = mrBase.GetMainViewShell().get(); in UnregisterAtCenterPane()
230 ViewShell* pShell = mrBase.GetMainViewShell().get(); in IMPL_LINK()
286 ViewShell* pShell = mrBase.GetMainViewShell().get(); in IMPL_LINK()
332 mrBase.GetMainViewShell().get(), in Notify()
/trunk/main/cppuhelper/qa/ifcontainer/
H A Dcppu_ifcontainer.cxx197 ::cppu::UnoType< bool >::get(), in TEST_F()
198 ::cppu::UnoType< float >::get(), in TEST_F()
199 ::cppu::UnoType< double >::get(), in TEST_F()
200 ::cppu::UnoType< ::sal_uInt64 >::get(), in TEST_F()
201 ::cppu::UnoType< ::sal_Int64 >::get(), in TEST_F()
202 ::cppu::UnoType< ::sal_uInt32 >::get(), in TEST_F()
203 ::cppu::UnoType< ::sal_Int32 >::get(), in TEST_F()
204 ::cppu::UnoType< ::sal_Int16 >::get(), in TEST_F()
205 ::cppu::UnoType< ::rtl::OUString >::get(), in TEST_F()
206 ::cppu::UnoType< ::sal_Int8 >::get() in TEST_F()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx551 if( !aRawFontData.get() ) in ReadGsubTable()
556 if( !*aRawFontData.get() ) // TTC candidate in ReadGsubTable()
593 if( aRawFontData.get() ) { in ReadCmapTable()
1431 inline char * get() const { return m_pArray; } in get() function in ScopedCharArray
1537 if( aRawCffData.get() ) in CreateFontSubset()
1564 if( !xRawFontData.get() ) in CreateFontSubset()
1569 if( !*xRawFontData.get() ) // TTC candidate in CreateFontSubset()
1578 ::GetTTGlobalFontInfo( aSftTTF.get(), &aTTInfo ); in CreateFontSubset()
1665 if( !aRawFontData.get() ) in GetEmbedFontData()
1757 if( !xRawFontData.get() ) in GetGlyphWidths()
[all …]
/trunk/main/scripting/workben/data/testdata/
H A DScriptInfo.csv1 _getLogicalName;description=Try to get a logical name;expected=MemoryUtils.MemUsage
2 _getParcelURI;description=Try to get a parcel URI;expected=ExampleSpreadSheetLatest.sxc/Scripts/jav…
3 _getLanguage;description=Try to get language;expected=Java
4 _getFunctionName;description=Try to get a function name;expected=MemoryUsage.updateMemoryUsage
5 _getLanguageProperties;description=Try to get language properties;expected=MemUsage.jar
6 _getFileSetNames;description=Try to get fileset names;expected=delivered
7 _getFilesInFileSet;description=Try to get files in fileset;expected=google.jar
8 _getDescription;description=Try to get description;expected=Show JVM memory usage stats
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx770 if(!m_apSymbolProperties_AttributedPoint.get()) in getSymbolProperties()
777 if(!m_apSymbolProperties_Series.get()) in getSymbolProperties()
796 if(!m_apSymbolProperties_Series.get()) in getSymbolProperties()
798 pRet = m_apSymbolProperties_Series.get(); in getSymbolProperties()
909 if( !m_apLabel_AttributedPoint.get() ) in getDataPointLabel()
911 pRet = m_apLabel_AttributedPoint.get(); in getDataPointLabel()
915 if(!m_apLabel_Series.get()) in getDataPointLabel()
917 pRet = m_apLabel_Series.get(); in getDataPointLabel()
946 if(!m_apLabelPropValues_AttributedPoint.get()) in getTextLabelMultiPropertyLists()
961 if(!m_apLabelPropValues_Series.get()) in getTextLabelMultiPropertyLists()
[all …]
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java87 m_sTestDocPath = (String)param.get("TestDocumentPath"); in Helper()
90 m_vFiles = getToDoList((String)m_param.get("csv.files")); in Helper()
244 String placeHolder = (String)m_param.get("placeHolder"); in replacePlaceHolder()
270 String holderValue = (String) m_param.get(holder); in replacePlaceHolder()
350 String fileURL = (String) m_hFileURLs.get(fileAlias).toString(); in getURLforfileAlias()
366 return (String) m_hFileTypes.get(fileAlias).toString(); in getTypeforfileAlias()
380 Vector toDo = (Vector) m_vFiles.get(i); in createFilesList()
381 m_hFileURLs.put((String) toDo.get(0).toString(), in createFilesList()
382 (String) toDo.get(1).toString()); in createFilesList()
383 m_hFileTypes.put((String) toDo.get(0).toString(), in createFilesList()
[all …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java157 ((ControlForm) oControlForms.get(0)).oFormController = null; in initialize()
176 ((ControlForm) oControlForms.get(1)).oFormController = null; in initialize()
183 ControlForm aMainForm = (ControlForm) oControlForms.get(0); in initialize()
190 ((ControlForm) oControlForms.get(1)).oFormController = null; in initialize()
236 ControlForm curMainControlForm = ((ControlForm) oControlForms.get(0)); in getSubFormPoint()
243 ControlForm oMainControlForm = (ControlForm) oControlForms.get(0); in adjustMainFormSize()
260 ControlForm oMainControlForm = (ControlForm) oControlForms.get(0); in adjustSubFormPosSize()
261 ControlForm oSubControlForm = (ControlForm) oControlForms.get(1); in adjustSubFormPosSize()
283 ControlForm curControlForm = ((ControlForm) oControlForms.get(i)); in getControlFormByName()
368 ControlForm oMainControlForm = ((ControlForm) oControlForms.get(0)); in ControlForm()
[all …]
/trunk/main/oox/source/drawingml/
H A Dtheme.cxx47 …rVector.get( ::std::min( static_cast< sal_Int32 >( nIndex - 1 ), static_cast< sal_Int32 >( rVector… in lclGetStyleElement()
71 return maFontScheme.get( nSchemeType ).get(); in getFontStyle()
84 pCharProps = maFontScheme.get( XML_major ).get(); in resolveFont()
86 pCharProps = maFontScheme.get( XML_minor ).get(); in resolveFont()
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx132 if(mpCellLineStylePopup.get()) in EndCellLineStylePopupMode()
147 if(mpCellBorderStylePopup.get()) in EndCellBorderStylePopupMode()
165 …mpTBFillColor(sfx2::sidebar::ControlFactory::CreateToolBox(mpTBFillColorBackground.get(), ScResId(… in CellAppearancePropertyPanel()
327 mpTBFillColor->SetAccessibleRelationLabeledBy(mpFTFillColor.get()); in Initialize()
328 mpTBLineColor->SetAccessibleRelationLabeledBy(mpTBLineColor.get()); in Initialize()
329 mpTBCellBorder->SetAccessibleRelationLabeledBy(mpFTCellBorder.get()); in Initialize()
330 mpTBLineStyle->SetAccessibleRelationLabeledBy(mpTBLineStyle.get()); in Initialize()
368 if(!mpCellBorderStylePopup.get()) in IMPL_LINK()
376 if(mpCellBorderStylePopup.get()) in IMPL_LINK()
392 if(!mpCellLineStylePopup.get()) in IMPL_LINK()
[all …]
/trunk/main/sd/source/core/
H A Dstlfamily.cxx89 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getStyleSheets()
140 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( xStyle.get() ); in GetValidNewSheet()
160 pRet = (*iter).second.get(); in GetSheetByName()
167 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in GetSheetByName()
215 SdPage* pPage = static_cast< SdPage* >( mpImpl->mxMasterPage.get() ); in getName()
287 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getElementNames()
315 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in hasByName()
350 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in hasElements()
378 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getCount()
406 return Any( Reference< XStyle >( (*iter).second.get() ) ); in getByIndex()
[all …]
/trunk/main/idlc/test/parser/
H A Dattribute.tests37 get raises ();
46 get raises (E1);
64 get raises (E1);
75 get raises (E1);
84 get raises (E1);
85 get raises (E1);
95 get raises (E1);
104 get raises (E1);
113 get raises (E1,E1);
122 get raises (E1);
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx567 && m_apDataBrowserModel.get() in MaySwapColumns()
579 if( ! m_apDataBrowserModel.get()) in RenewTable()
729 m_apDataBrowserModel.get()) in GetCellNumber()
891 m_apDataBrowserModel.get()) in InsertColumn()
907 m_apDataBrowserModel.get()) in InsertTextColumn()
923 m_apDataBrowserModel.get()) in RemoveColumn()
940 m_apDataBrowserModel.get()) in InsertRow()
956 m_apDataBrowserModel.get()) in RemoveRow()
973 m_apDataBrowserModel.get()) in SwapColumn()
995 m_apDataBrowserModel.get()) in SwapRow()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPerformanceContainer.java54 GlobalLogWriter.get().println("Forgotten to initialise a start timer."); in meanTime()
136 GlobalLogWriter.get().println("Can't convert string to double " + _sStr); in stringToDouble()
161 GlobalLogWriter.get().println("couldn't find file " + sFilename); in readWordValuesFromFile()
212 GlobalLogWriter.get().println("couldn't open file " + sFilename); in readWordValuesFromFile()
213 GlobalLogWriter.get().println("Message: " + fne.getMessage()); in readWordValuesFromFile()
217 GlobalLogWriter.get().println("Exception while reading file " + sFilename); in readWordValuesFromFile()
218 GlobalLogWriter.get().println("Message: " + ie.getMessage()); in readWordValuesFromFile()
226 GlobalLogWriter.get().println("Couldn't close file " + sFilename); in readWordValuesFromFile()
227 GlobalLogWriter.get().println("Message: " + ie.getMessage()); in readWordValuesFromFile()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DGSIWriter.java113 this.sourceLanguage=lang.getNrFromISO((String)outData.get("SourceLanguageID")); in writeData()
114 this.targetLanguage=lang.getNrFromISO((String)outData.get("TargetLanguageID")); in writeData()
123 this.blockNr=(String)outData.get("BlockNr"); in writeData()
154 …if(EMPTY.equals((String)outData.get(resString))||" ".equals(outData.get(resString))) return new St… in getSourceLine()
169 buffer.append(outData.get(resString)); in getSourceLine()
188 …if(EMPTY.equals((String)outData.get(resString))||" ".equals(outData.get(resString))) return new St… in getTargetLine()
203 buffer.append(outData.get(resString)); in getTargetLine()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java186 final String commandTypeValue = (String) parameters.get(COMMAND_TYPE); in queryData()
203 final String filter = (String) parameters.get(UNO_FILTER); in queryData()
204 final Integer maxRows = (Integer) parameters.get("MaxRows"); in queryData()
253 final Object[] pair = (Object[]) groupExpressions.get(i); in getOrderStatement()
359 final ArrayList masterValues = (ArrayList) parameters.get(MASTER_VALUES); in fillParameter()
368 Object object = masterValues.get(i); in fillParameter()
373 final Integer pos = (Integer) paramDef.parameterIndex.get(i); in fillParameter()
382 final ArrayList detailColumns = (ArrayList) parameters.get(DETAIL_COLUMNS); in createRowSet()
387 rowSetProperties.get(rowSetProps), parameterMap.get(rowSetProps) in createRowSet()
469 if (name.equals(detailColumns.get(j))) in createParameter()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolderDataLoader.java83 SystemAction.get(CompileParcelAction.class), in defaultActions()
84 SystemAction.get(BuildParcelAction.class), in defaultActions()
85 SystemAction.get(ConfigureParcelAction.class), in defaultActions()
87 SystemAction.get(CutAction.class), in defaultActions()
88 SystemAction.get(CopyAction.class), in defaultActions()
91 SystemAction.get(DeleteAction.class), in defaultActions()
92 SystemAction.get(RenameAction.class), in defaultActions()
97 SystemAction.get(PropertiesAction.class), in defaultActions()
/trunk/main/store/source/
H A Dstortree.cxx211 self aNodeR (xPageR.get()); in split()
220 self aNodeL (rxPageL.get()); in split()
265 PageHolderObject< page > xPageL (aNodeL.get()); in remove()
401 PageHolder tmp (xPage.get()); in change()
425 tmp.swap (rNode.get()); in find_lookup()
432 PageHolderObject< page > xPage (rNode.get()); in find_lookup()
508 tmp.swap (rNode.get()); in find_insert()
515 PageHolderObject< page > xPage (rNode.get()); in find_insert()
543 PageHolderObject< page > xNext (aNext.get()); in find_insert()
556 PageHolder tmp (aNext.get()); in find_insert()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx125 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
129 pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
148 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
152 pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
163 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
167 pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
184 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
219 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
223 pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
237 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); in ProcessWindowEvent()
[all …]

Completed in 332 milliseconds

12345678910>>...146