/aoo4110/main/cppu/qa/ |
H A D | test_unotype.cxx | 89 t = ::cppu::UnoType< bool >::get(); in testUnoType() 95 t = ::cppu::UnoType< ::sal_Int8 >::get(); in testUnoType() 126 t = ::cppu::UnoType< float >::get(); in testUnoType() 130 t = ::cppu::UnoType< double >::get(); in testUnoType() 172 ::sal_Int8 > > >::get(); in testUnoType() 187 ::cppu::UnoCharType > > >::get(); in testUnoType() 278 ::cppu::UnoType< bool >::get()); in testGetTypeFavourUnsigned() 284 ::cppu::UnoType< bool >::get()); in testGetTypeFavourUnsigned() 336 ::cppu::UnoType< float >::get()); in testGetTypeFavourUnsigned() 562 ::cppu::UnoType< bool >::get()); in testGetTypeFavourChar() [all …]
|
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | XLIFFWriter.java | 223 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 …]
|
/aoo4110/main/bridges/source/jni_uno/ |
H A D | jni_info.cxx | 53 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 D | jni_data.cxx | 673 jni, mem.get(), java_data, value_td.get()->pWeakRef, 0, in map_to_uno() 1894 1, (jclass) jo_enum_class.get(), jo_enum.get() ); in map_to_java() 1979 jo_comp.get(), field_id, jo.get() ); in map_to_java() 1998 jo_comp.get(), field_id, jo.get() ); in map_to_java() 2017 jo_comp.get(), field_id, jo.get() ); in map_to_java() 2037 jo_comp.get(), field_id, jo.get() ); in map_to_java() 2057 jo_comp.get(), field_id, jo.get() ); in map_to_java() 2077 jo_comp.get(), field_id, jo.get() ); in map_to_java() 2096 jo_comp.get(), field_id, jo.get() ); in map_to_java() 2115 jo_comp.get(), field_id, jo.get() ); in map_to_java() [all …]
|
H A D | jni_uno2java.cxx | 106 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 …]
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_spritecanvashelper.cxx | 68 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() 401 cairo_clip( pWindowCairo.get() ); in scrollUpdate() 444 cairo_clip( pWindowCairo.get() ); in opaqueUpdate() [all …]
|
H A D | cairo_spritehelper.cxx | 66 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 …]
|
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 137 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 D | GraphicalTestArguments.java | 164 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 …]
|
/aoo4110/main/autodoc/prj/ |
H A D | build.lst | 3 ar autodoc\inc get - all ar_i NULL 4 ar autodoc\inc\ary get - all ar_ir NULL 5 ar autodoc\inc\ary\cpp get - all ar_ir_cpp NULL 6 ar autodoc\inc\ary\idl get - all ar_ir_idl NULL 7 ar autodoc\inc\ary\info get - all ar_ir_info NULL 11 ar autodoc\inc\autodoc get - all ar_iau NULL 14 ar autodoc\prj get - all ar_prj NULL 15 ar autodoc\util get - all ar_util NULL 16 ar autodoc\source get - all ar_s NULL 17 ar autodoc\source\inc get - all ar_si NULL [all …]
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshap3.cxx | 303 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 …]
|
/aoo4110/main/pyuno/source/module/ |
H A D | pyuno_except.cxx | 52 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 D | pyuno_type.cxx | 146 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 D | pyuno_runtime.cxx | 342 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 …]
|
/aoo4110/main/l10ntools/source/filter/utils/ |
H A D | Cache.java | 727 sData.append(aMap.get(PROPNAME_PREFERRED)); in convertTypePropsToExternal() 729 sData.append(aMap.get(PROPNAME_MEDIATYPE)); in convertTypePropsToExternal() 731 sData.append(aMap.get(PROPNAME_CLIPBOARDFORMAT)); in convertTypePropsToExternal() 754 sData.append(aMap.get(PROPNAME_DOCUMENTICONID)); in convertTypePropsToExternal() 824 sData.append(aMap.get(PROPNAME_ORDER)); in convertFilterPropsToExternal() 826 sData.append(aMap.get(PROPNAME_TYPE)); in convertFilterPropsToExternal() 830 sData.append(aMap.get(PROPNAME_FILTERSERVICE)); in convertFilterPropsToExternal() 832 sData.append(aMap.get(PROPNAME_FLAGS)); in convertFilterPropsToExternal() 846 sData.append(aMap.get(PROPNAME_TEMPLATENAME)); in convertFilterPropsToExternal() 848 sData.append(aMap.get(PROPNAME_UICOMPONENT)); in convertFilterPropsToExternal() [all …]
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | pagesetup.log | 7 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 …]
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | pagesetup.log | 7 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 …]
|
/aoo4110/main/basegfx/source/inc/ |
H A D | hommatrixtemplate.hxx | 70 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 …]
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 191 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 …]
|
/aoo4110/main/offapi/com/sun/star/report/ |
H A D | XReportControlFormat.idl | 48 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 …]
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | pagesetup.log | 7 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 …]
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | pagesetup.log | 7 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 …]
|
/aoo4110/main/unoxml/source/rdf/ |
H A D | librdf_repository.cxx | 454 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 …]
|
/aoo4110/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterViewShell.cxx | 224 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 …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCharacterClassification.java | 111 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 …]
|