Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 2624) sorted by relevance

12345678910>>...105

/trunk/main/cppu/qa/
H A Dtest_unotype.cxx78 t = ::cppu::UnoType< bool >::get(); in TEST_F()
84 t = ::cppu::UnoType< ::sal_Int8 >::get(); in TEST_F()
115 t = ::cppu::UnoType< float >::get(); in TEST_F()
119 t = ::cppu::UnoType< double >::get(); in TEST_F()
161 ::sal_Int8 > > >::get(); in TEST_F()
176 ::cppu::UnoCharType > > >::get(); in TEST_F()
267 ::cppu::UnoType< bool >::get()); in TEST_F()
273 ::cppu::UnoType< bool >::get()); in TEST_F()
325 ::cppu::UnoType< float >::get()); in TEST_F()
551 ::cppu::UnoType< bool >::get()); in TEST_F()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_info.cxx53 if (! m_td.get()->bComplete) in JNI_type_info()
95 arg.l = jo_class.get(); in JNI_interface_type_info()
112 m_td.get() ); in JNI_interface_type_info()
501 .get())->ppMembers[ 0 ] ) ), in JNI_info()
653 (jclass) jo_UnoRuntime.get(), in JNI_info()
659 (jclass) jo_UnoRuntime.get(), in JNI_info()
673 (jclass) jo_TypeClass.get(), in JNI_info()
685 (jclass) jo_Type.get(), in JNI_info()
697 (jclass) jo_Any.get(), in JNI_info()
715 (jclass) jo_IEnvironment.get(), in JNI_info()
[all …]
H A Djni_data.cxx674 jni, mem.get(), java_data, value_td.get()->pWeakRef, 0, in map_to_uno()
1895 1, (jclass) jo_enum_class.get(), jo_enum.get() ); in map_to_java()
1980 jo_comp.get(), field_id, jo.get() ); in map_to_java()
1999 jo_comp.get(), field_id, jo.get() ); in map_to_java()
2018 jo_comp.get(), field_id, jo.get() ); in map_to_java()
2038 jo_comp.get(), field_id, jo.get() ); in map_to_java()
2058 jo_comp.get(), field_id, jo.get() ); in map_to_java()
2078 jo_comp.get(), field_id, jo.get() ); in map_to_java()
2097 jo_comp.get(), field_id, jo.get() ); in map_to_java()
2116 jo_comp.get(), field_id, jo.get() ); in map_to_java()
[all …]
H A Djni_uno2java.cxx106 val.l = jo_exc.get(); in handle_java_exc()
108 jni, uno_data.get(), val, td.get()->pWeakRef, 0, in handle_java_exc()
114 uno_data.get() )->Message += jni.get_stack_trace( jo_exc.get() ); in handle_java_exc()
118 uno_exc->pType = td.get()->pWeakRef; in handle_java_exc()
157 if (! iface_holder.get()->bComplete) { in call_java()
166 iface_holder.get() ); in call_java()
387 val.l = java_ret.get(); in call_java()
456 args[ 1 ].l = jo_string_array.get(); in UNO_proxy()
645 attrib_holder.get()->eTypeClass in UNO_proxy_dispatch()
649 attrib_holder.get() ); in UNO_proxy_dispatch()
[all …]
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFWriter.java223 if (!(this.data.get("SourceText").equals("") || this.data.get( in writeTransUnit()
231 if (!(this.data.get("SourceQText").equals("") || this.data.get( in writeTransUnit()
235 if (!(this.data.get("SourceTitle").equals("") || this.data.get( in writeTransUnit()
239 if (!(this.data.get("SourceText").equals("") || this.data.get( in writeTransUnit()
275 if (isUsed((String) this.data.get("GID"))) in writeTransUnit()
279 if (isUsed((String) this.data.get("LID"))) in writeTransUnit()
283 if (isUsed((String) this.data.get("HID"))) in writeTransUnit()
292 if (isUsed((String) this.data.get("Width"))) in writeTransUnit()
314 .get("TargetText")) + "</target>\n"); in writeTransUnit()
336 if (!(this.data.get("SourceQText").equals("") || this.data.get( in writeTransUnit()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx68 cairo_save( pCairo.get() ); in repaintBackground()
71 cairo_clip( pCairo.get() ); in repaintBackground()
72 … cairo_set_source_surface( pCairo.get(), pBackgroundSurface->getCairoSurface().get(), 0, 0 ); in repaintBackground()
74 cairo_paint( pCairo.get() ); in repaintBackground()
75 cairo_restore( pCairo.get() ); in repaintBackground()
85 cairo_save( pCairo.get() ); in opaqueUpdateSpriteArea()
89 cairo_clip( pCairo.get() ); in opaqueUpdateSpriteArea()
96 cairo_restore( pCairo.get() ); in opaqueUpdateSpriteArea()
402 cairo_clip( pWindowCairo.get() ); in scrollUpdate()
445 cairo_clip( pWindowCairo.get() ); in opaqueUpdate()
[all …]
H A Dcairo_spritehelper.cxx66 ENSURE_OR_THROW( rSpriteCanvas.get(), in init()
74 rSpriteCanvas.get() ); in init()
108 cairo_save( pCairo.get() ); in redraw()
118 … aTransform.get( 0, 0 ), aTransform.get( 1, 0 ), aTransform.get( 0, 1 ), in redraw()
119 … aTransform.get( 1, 1 ), aTransform.get( 0, 2 ), aTransform.get( 1, 2 ) ); in redraw()
128 cairo_set_matrix( pCairo.get(), &aMatrix ); in redraw()
136 cairo_translate( pCairo.get(), fX, fY ); in redraw()
153 cairo_clip( pCairo.get() ); in redraw()
158 cairo_set_source_surface( pCairo.get(), in redraw()
162 cairo_paint( pCairo.get() ); in redraw()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java137 GlobalLogWriter.get().println(" Property: '" + sNameValue); in showDocumentType()
231 GlobalLogWriter.get().println(""); in loadFromURL()
242 GlobalLogWriter.get().println("UNO Exception caught."); in loadFromURL()
275 GlobalLogWriter.get().println("IO Exception caught."); in exportToPDF()
337 GlobalLogWriter.get().println("Can't load document."); in storeAsPDF()
343 GlobalLogWriter.get().println("Close document."); in storeAsPDF()
402 GlobalLogWriter.get().println("Close document."); in printToFileWithOOo()
957 GlobalLogWriter.get().println("Type is: " + sType); in showType()
1244 GlobalLogWriter.get().println("Outputpath not set."); in convertDocument()
1289 GlobalLogWriter.get().println("Filter detection:"); in convertDocument()
[all …]
H A DGraphicalTestArguments.java164 m_sOnlyPage = (String)param.get(PropertyName.DOC_COMPARATOR_PRINT_ONLY_PAGE); in GraphicalTestArguments()
183 GlobalLogWriter.get().println("Must quit."); in GraphicalTestArguments()
195 GlobalLogWriter.get().println("Must quit."); in GraphicalTestArguments()
268 String sDistinct = (String)param.get( "DISTINCT" ); in GraphicalTestArguments()
278 String sOfficeViewable = (String)param.get(PropertyName.OFFICE_VIEWABLE); in GraphicalTestArguments()
292 String sCreateDefault = (String)param.get(PropertyName.CREATE_DEFAULT); in GraphicalTestArguments()
335 GlobalLogWriter.get().println("MultiServiceFactory not set."); in showInternalFilterName()
361 GlobalLogWriter.get().println(aElementNames[i]); in showInternalFilterName()
543 String sNoOffice = (String)m_aCurrentParams.get( "NoOffice" ); in shouldOfficeStart()
698 String sTempPath = (String)m_aCurrentParams.get( PropertyName.TEMPPATH ); in cancelRequest()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx303 aHomMat.Line1.Column1 = rMat.get(0, 0); in ConvertObjectToHomogenMatric()
304 aHomMat.Line1.Column2 = rMat.get(0, 1); in ConvertObjectToHomogenMatric()
305 aHomMat.Line1.Column3 = rMat.get(0, 2); in ConvertObjectToHomogenMatric()
306 aHomMat.Line1.Column4 = rMat.get(0, 3); in ConvertObjectToHomogenMatric()
307 aHomMat.Line2.Column1 = rMat.get(1, 0); in ConvertObjectToHomogenMatric()
308 aHomMat.Line2.Column2 = rMat.get(1, 1); in ConvertObjectToHomogenMatric()
309 aHomMat.Line2.Column3 = rMat.get(1, 2); in ConvertObjectToHomogenMatric()
310 aHomMat.Line2.Column4 = rMat.get(1, 3); in ConvertObjectToHomogenMatric()
311 aHomMat.Line3.Column1 = rMat.get(2, 0); in ConvertObjectToHomogenMatric()
312 aHomMat.Line3.Column2 = rMat.get(2, 1); in ConvertObjectToHomogenMatric()
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java728 sData.append(aMap.get(PROPNAME_PREFERRED)); in convertTypePropsToExternal()
730 sData.append(aMap.get(PROPNAME_MEDIATYPE)); in convertTypePropsToExternal()
732 sData.append(aMap.get(PROPNAME_CLIPBOARDFORMAT)); in convertTypePropsToExternal()
755 sData.append(aMap.get(PROPNAME_DOCUMENTICONID)); in convertTypePropsToExternal()
825 sData.append(aMap.get(PROPNAME_ORDER)); in convertFilterPropsToExternal()
827 sData.append(aMap.get(PROPNAME_TYPE)); in convertFilterPropsToExternal()
831 sData.append(aMap.get(PROPNAME_FILTERSERVICE)); in convertFilterPropsToExternal()
833 sData.append(aMap.get(PROPNAME_FLAGS)); in convertFilterPropsToExternal()
847 sData.append(aMap.get(PROPNAME_TEMPLATENAME)); in convertFilterPropsToExternal()
849 sData.append(aMap.get(PROPNAME_UICOMPONENT)); in convertFilterPropsToExternal()
[all …]
/trunk/main/pyuno/source/module/
H A Dpyuno_except.cxx52 PyErr_SetObject( type.get(), exc.get()); in raisePyExceptionWithAny()
173 USTR_TO_PYSTR(name).get() ); in createClass()
188 USTR_TO_PYSTR(name).get() ); in createClass()
191 USTR_TO_PYSTR(name).get() ); in createClass()
193 ret.get(), const_cast< char * >("__init__"), ctor.get() ); in createClass()
195 ret.get(), const_cast< char * >("__getattr__"), getter.get() ); in createClass()
197 ret.get(), const_cast< char * >("__setattr__"), setter.get() ); in createClass()
199 ret.get(), const_cast< char * >("__repr__"), repr.get() ); in createClass()
201 ret.get(), const_cast< char * >("__str__"), repr.get() ); in createClass()
203 ret.get(), const_cast< char * >("__eq__"), eq.get() ); in createClass()
[all …]
H A Dpyuno_type.cxx146 if( ! PyUnicode_Check( value.get() ) ) in PyChar2Unicode()
153 if( PyUnicode_GetSize( value.get() ) < 1 ) in PyChar2Unicode()
172 if( !PYSTR_CHECK( typeName.get() ) || ! PYSTR_CHECK( value.get() ) ) in PyEnum2Enum()
228 if( !PYSTR_CHECK( pyName.get() ) ) in PyType2Type()
236 Any enumValue = PyEnum2Enum( pyTC.get() ); in PyType2Type()
257 return desc.get()->pWeakRef; in PyType2Type()
295 typesModule.get(), in importToGlobal()
340 ret = constant.get(); in importToGlobal()
397 PyRef instance( PyObject_CallObject( code.get(), args.get() ), SAL_NO_ACQUIRE); in callCtor()
398 Py_XINCREF( instance.get() ); in callCtor()
[all …]
H A Dpyuno_runtime.cxx342 PyDict_SetItemString( globalDict.get(), "pyuno_runtime" , keep.get() ); in initialize()
343 Py_XINCREF( keep.get() ); in initialize()
385 Py_XINCREF( runtime.get() ); in Runtime()
402 Py_XINCREF( temp.get() ); in operator =()
537 PyRef ret( PyObject_CallObject( excClass.get() , argsTuple.get() ), SAL_NO_ACQUIRE ); in any2PyObject()
558 PyObject_SetAttrString( ret.get(), const_cast< char * >("args"), args.get() ); in any2PyObject()
667 PyObject *o = source.get(); in pyObject2Any()
771 if( PyBytes_Check( str.get() ) ) in pyObject2Any()
774 (sal_Int8*) PyBytes_AsString(str.get()), PyBytes_Size(str.get())); in pyObject2Any()
780 (sal_Int8 *) PyByteArray_AS_STRING(str.get()), PyByteArray_GET_SIZE(str.get())); in pyObject2Any()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx191 m_aInsertRow->get().clear(); in clear()
648 m_pFileSet->get().push_back(nPos); in insertRow()
649 *(m_aInsertRow->get())[0] = sal_Int32(m_pFileSet->get().size()); in insertRow()
666 *(m_aInsertRow->get())[0] = (sal_Int32)(m_aRow->get())[0]->getValue(); in updateRow()
1206 if (m_aRow->get().size() >= 2) in Move()
1211 (m_aSelectRow->get())[1] = (m_aRow->get())[1]; in Move()
1348 m_aSelectRow->get()[0]->setValue( m_aRow->get()[0]->getValue() ); in sortRows()
1566 m_pFileSet->get().erase(::std::remove_if(m_pFileSet->get().begin(),m_pFileSet->get().end(), in OpenImpl()
1584 ::std::sort(m_pFileSet->get().begin(),m_pFileSet->get().end()); in OpenImpl()
1791 (_rSelectRow->get())[nSelectColumnPos] = (_rRow->get())[nTableColumnPos]; in setBoundedColumns()
[all …]
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx70 double get(sal_uInt16 nColumn) const in get() function in basegfx::internal::ImplMatLine
159 return mpLine->get(nColumn); in get()
253 fSum = get(a, b); in ludcmp()
257 fSum -= get(a, c) * get(c, b); in ludcmp()
267 fSum = get(a, b); in ludcmp()
271 fSum -= get(a, c) * get(c, b); in ludcmp()
498 fTrace += get(a, a); in doTrace()
511 set(a, b, get(b, a)); in doTranspose()
525 set(a, b, get(a, b) + rMat.get(a, b)); in doAddMatrix()
538 set(a, b, get(a, b) - rMat.get(a, b)); in doSubMatrix()
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A Dpagesetup.log7 ITEM Assertion OK : PageSetup.LeftMargin set/get
8 ITEM Assertion OK : PageSetup.RightMargin set/get
9 ITEM Assertion OK : PageSetup.TopMargin set/get
10 ITEM Assertion OK : PageSetup.BottomMargin set/get
16 ITEM Assertion OK : PageSetup.LeftMargin set/get
17 ITEM Assertion OK : PageSetup.LeftMargin set/get
22 ITEM Assertion OK : PageSetup.LeftHeader set/get
38 ITEM Assertion OK : PageSetup.Zoom set/get
47 ITEM Assertion OK : PageSetup.PaperSize get
52 ITEM Assertion OK : PageSetup.Order get
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dpagesetup.log7 ITEM Assertion OK : PageSetup.LeftMargin set/get
8 ITEM Assertion OK : PageSetup.RightMargin set/get
9 ITEM Assertion OK : PageSetup.TopMargin set/get
10 ITEM Assertion OK : PageSetup.BottomMargin set/get
16 ITEM Assertion OK : PageSetup.LeftMargin set/get
17 ITEM Assertion OK : PageSetup.LeftMargin set/get
22 ITEM Assertion OK : PageSetup.LeftHeader set/get
38 ITEM Assertion OK : PageSetup.Zoom set/get
47 ITEM Assertion OK : PageSetup.PaperSize get
52 ITEM Assertion OK : PageSetup.Order get
[all …]
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl48 get raises ( com::sun::star::beans::UnknownPropertyException );
56 get raises ( com::sun::star::beans::UnknownPropertyException );
65 get raises ( com::sun::star::beans::UnknownPropertyException );
75 get raises ( com::sun::star::beans::UnknownPropertyException );
83 get raises ( com::sun::star::beans::UnknownPropertyException );
91 get raises ( com::sun::star::beans::UnknownPropertyException );
102 get raises ( com::sun::star::beans::UnknownPropertyException );
110 get raises ( com::sun::star::beans::UnknownPropertyException );
119 get raises ( com::sun::star::beans::UnknownPropertyException );
128 get raises ( com::sun::star::beans::UnknownPropertyException );
[all …]
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx454 return m_pStream.get() && !librdf_stream_end(m_pStream.get()); in hasMoreElements()
459 if (!m_pStream.get() || librdf_stream_end(m_pStream.get())) in getContext()
474 if (!m_pStream.get() || !librdf_stream_end(m_pStream.get())) { in nextElement()
991 pContext.get(), pStream.get())) { in importGraph()
1115 pRelativeURI.get(), p1.get())) in exportGraph()
1123 pWriteBaseURI.get(), p0.get())) in exportGraph()
1133 pSerializer.get(), pBaseURI.get(), pStream.get(), &length), free); in exportGraph()
1746 pStatement.get(), pContext.get()), in addStatementGraph()
1753 pContext.get(), pStatement.get())) { in addStatementGraph()
1803 pStatement.get(), pContext.get()), in removeStatementsGraph()
[all …]
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx224 if (mpContentWindow.get() != NULL) in Init()
290 OSL_ASSERT(mpSlideSorter.get()!=NULL); in CreateAccessibleDocumentView()
298 *mpSlideSorter.get(), in CreateAccessibleDocumentView()
305 if (xAcc.get()) in SwitchViewFireFocus()
318 OSL_ASSERT(mpSlideSorter.get()!=NULL); in GetSlideSorter()
366 OSL_ASSERT(mpSlideSorter.get()!=NULL); in GetFocus()
375 OSL_ASSERT(mpSlideSorter.get()!=NULL); in LoseFocus()
402 if (pMainViewShell.get() != NULL) in GetActualPage()
410 if (pDescriptor.get() != NULL) in GetActualPage()
428 OSL_ASSERT(mpSlideSorter.get()!=NULL); in GetMenuState()
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dpagesetup.log7 ITEM Assertion OK : PageSetup.LeftMargin set/get
8 ITEM Assertion OK : PageSetup.RightMargin set/get
9 ITEM Assertion OK : PageSetup.TopMargin set/get
10 ITEM Assertion OK : PageSetup.BottomMargin set/get
14 ITEM Assertion OK : PageSetup.HeaderMargin set/get
16 ITEM Assertion OK : PageSetup.LeftMargin set/get
17 ITEM Assertion OK : PageSetup.LeftMargin set/get
22 ITEM Assertion OK : PageSetup.LeftHeader set/get
38 ITEM Assertion OK : PageSetup.Zoom set/get
47 ITEM Assertion OK : PageSetup.Order get
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dpagesetup.log7 ITEM Assertion OK : PageSetup.LeftMargin set/get
8 ITEM Assertion OK : PageSetup.RightMargin set/get
9 ITEM Assertion OK : PageSetup.TopMargin set/get
10 ITEM Assertion OK : PageSetup.BottomMargin set/get
14 ITEM Assertion OK : PageSetup.HeaderMargin set/get
16 ITEM Assertion OK : PageSetup.LeftMargin set/get
17 ITEM Assertion OK : PageSetup.LeftMargin set/get
22 ITEM Assertion OK : PageSetup.LeftHeader set/get
38 ITEM Assertion OK : PageSetup.Zoom set/get
47 ITEM Assertion OK : PageSetup.Order get
[all …]
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx342 if (mpVerticalRuler.get() != NULL) in Activate()
441 if (mpVerticalRuler.get() != NULL) in Deactivate()
594 if (pLock.get() != NULL) in MouseMove()
650 if (pLock.get() != NULL) in MouseButtonUp()
1019 if (mpScrollBarBox.get() != NULL) in ArrangeGUIElements()
1098 if (mpVerticalRuler.get() != NULL) in SetUIUnit()
1412 return mpWindowUpdater.get(); in GetWindowUpdater()
1594 if (mpVerticalRuler.get() != NULL) in ShowUIControls()
1604 if (mpScrollBarBox.get() != NULL) in ShowUIControls()
1628 if (mpScrollBarBox.get() != NULL) in RelocateToParentWindow()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCharacterClassification.java111 String get = ""; in _toUpper() local
118 res &= get.equals(exp); in _toUpper()
123 log.println("Gained : " + get); in _toUpper()
140 String get = ""; in _toLower() local
147 res &= get.equals(exp); in _toLower()
168 String get = ""; in _toTitle() local
175 res &= get.equals(exp); in _toTitle()
231 res &= (get == expected[i]); in _getCharacterType()
259 res &= (get == exp[j]); in _getStringType()
285 res &= (get == i); in _getCharacterDirection()
[all …]

Completed in 235 milliseconds

12345678910>>...105