| /AOO42X/main/cppu/qa/ |
| H A D | test_unotype.cxx | 74 t = ::cppu::UnoType< ::cppu::UnoVoidType >::get(); in TEST_F() 78 t = ::cppu::UnoType< bool >::get(); in TEST_F() 83 ASSERT_TRUE(::cppu::UnoType< ::sal_Bool >::get() == t); in TEST_F() 84 t = ::cppu::UnoType< ::sal_Int8 >::get(); in TEST_F() 88 t = ::cppu::UnoType< ::sal_Int16 >::get(); in TEST_F() 92 t = ::cppu::UnoType< ::cppu::UnoUnsignedShortType >::get(); in TEST_F() 97 t = ::cppu::UnoType< ::sal_Int32 >::get(); in TEST_F() 101 t = ::cppu::UnoType< ::sal_uInt32 >::get(); in TEST_F() 106 t = ::cppu::UnoType< ::sal_Int64 >::get(); in TEST_F() 110 t = ::cppu::UnoType< ::sal_uInt64 >::get(); in TEST_F() [all …]
|
| /AOO42X/main/bridges/source/jni_uno/ |
| H A D | jni_info.cxx | 53 if (! m_td.get()->bComplete) in JNI_type_info() 58 buf.append( OUString::unacquired( &m_td.get()->pTypeName ) ); in JNI_type_info() 80 OSL_ASSERT( typelib_TypeClass_INTERFACE == m_td.get()->eTypeClass ); in JNI_interface_type_info() 82 OUString const & uno_name = OUString::unacquired( &m_td.get()->pTypeName ); in JNI_interface_type_info() 91 JLocalAutoRef jo_type( jni, create_type( jni, (jclass) jo_class.get() ) ); in JNI_interface_type_info() 95 arg.l = jo_class.get(); in JNI_interface_type_info() 101 if (is_XInterface( m_td.get()->pWeakRef )) in JNI_interface_type_info() 112 m_td.get() ); in JNI_interface_type_info() 125 member_td.get()->eTypeClass) // method in JNI_interface_type_info() 130 member_td.get() ); in JNI_interface_type_info() [all …]
|
| H A D | jni_data.cxx | 45 uno_Sequence * p = (uno_Sequence *)seq.get(); in seq_allocate() 130 jni.get_info()->m_XInterface_type_info->m_td.get(), 0); in createDefaultUnoValue() 164 comp_info->m_td.get()); in createDefaultUnoValue() 386 java_data.l = jo_out_holder.get(); in map_to_uno() 411 java_data.l = jo_out_holder.get(); in map_to_uno() 439 jstring_to_oustring( jni, (jstring) jo_type_name.get() ) ); in map_to_uno() 452 typelib_typedescriptionreference_acquire( td.get()->pWeakRef ); in map_to_uno() 458 *(typelib_TypeDescriptionReference **)uno_data = td.get()->pWeakRef; in map_to_uno() 469 java_data.l = jo_out_holder.get(); in map_to_uno() 478 pAny, 0, m_jni_info->m_XInterface_type_info->m_td.get(), 0 ); in map_to_uno() [all …]
|
| H A D | jni_uno2java.cxx | 80 JLocalAutoRef jo_class( jni, jni->GetObjectClass( jo_exc.get() ) ); in handle_java_exc() 83 jo_class.get(), m_jni_info->m_method_Class_getName, 0 ) ); in handle_java_exc() 86 jstring_to_oustring( jni, (jstring) jo_class_name.get() ) ); in handle_java_exc() 89 if (!td.is() || (typelib_TypeClass_EXCEPTION != td.get()->eTypeClass)) in handle_java_exc() 94 jo_exc.get(), m_jni_info->m_method_Object_toString, 0 ) ); in handle_java_exc() 99 buf.append( jstring_to_oustring( jni, (jstring) jo_descr.get() ) ); in handle_java_exc() 100 buf.append( jni.get_stack_trace( jo_exc.get() ) ); in handle_java_exc() 104 auto_ptr< rtl_mem > uno_data( rtl_mem::allocate( td.get()->nSize ) ); in handle_java_exc() 106 val.l = jo_exc.get(); in handle_java_exc() 108 jni, uno_data.get(), val, td.get()->pWeakRef, 0, in handle_java_exc() [all …]
|
| /AOO42X/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() 246 if (isUsed((String) this.data.get("ResType"))) in writeTransUnit() 249 + xmlString((String) this.data.get("ResType")) in writeTransUnit() 251 if (isUsed((String) this.data.get("Project"))) in writeTransUnit() 254 + xmlString((String) this.data.get("Project")) in writeTransUnit() 256 if (isUsed((String) this.data.get("SourceFile"))) in writeTransUnit() 260 .get("SourceFile")) + "</context>\n"); in writeTransUnit() [all …]
|
| /AOO42X/main/canvas/source/cairo/ |
| H A D | cairo_spritecanvashelper.cxx | 61 ::boost::polymorphic_downcast< Sprite* >(rSprite.get())->redraw( pCairo, true); in spriteRedraw() 68 cairo_save( pCairo.get() ); in repaintBackground() 69 cairo_rectangle( pCairo.get(), ceil( rArea.getMinX() ), ceil( rArea.getMinY() ), in repaintBackground() 71 cairo_clip( pCairo.get() ); in repaintBackground() 72 … cairo_set_source_surface( pCairo.get(), pBackgroundSurface->getCairoSurface().get(), 0, 0 ); in repaintBackground() 73 cairo_set_operator( pCairo.get(), CAIRO_OPERATOR_SOURCE ); in repaintBackground() 74 cairo_paint( pCairo.get() ); in repaintBackground() 75 cairo_restore( pCairo.get() ); in repaintBackground() 85 cairo_save( pCairo.get() ); in opaqueUpdateSpriteArea() 86 cairo_rectangle( pCairo.get(), rArea.getMinX(), rArea.getMinY(), in opaqueUpdateSpriteArea() [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() 135 cairo_get_matrix( pCairo.get(), &aOrigMatrix ); in redraw() 136 cairo_translate( pCairo.get(), fX, fY ); in redraw() 146 doPolyPolygonImplementation( aClipPoly, Clip, pCairo.get(), in redraw() 147 NULL, SurfaceProviderRef(mpSpriteCanvas.get()), in redraw() [all …]
|
| H A D | cairo_canvashelper.cxx | 162 cairo_set_matrix( mpCairo.get(), &aViewMatrix ); in useStates() 168 cairo_set_matrix( mpCairo.get(), &aCombinedMatrix ); in useStates() 178 setColor(mpCairo.get(),renderState.DeviceColor); in useStates() 226 cairo_set_operator( mpCairo.get(), compositingMode ); in useStates() 235 cairo_save( mpCairo.get() ); in clear() 237 cairo_identity_matrix( mpCairo.get() ); in clear() 242 cairo_set_source_rgba( mpCairo.get(), 1.0, 1.0, 1.0, 0.0 ); in clear() 244 cairo_set_source_rgb( mpCairo.get(), 1.0, 1.0, 1.0 ); in clear() 245 cairo_set_operator( mpCairo.get(), CAIRO_OPERATOR_SOURCE ); in clear() 247 cairo_rectangle( mpCairo.get(), 0, 0, maSize.getX(), maSize.getY() ); in clear() [all …]
|
| H A D | cairo_canvasbitmap.cxx | 63 cairo_win32_surface_get_dc(rSurface->getCairoSurface().get()), in surface2HBitmap() 161 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(mpBufferSurface.get()); in getFastPropertyValue() 170 QuartzSurface* pQuartzSurface = dynamic_cast<QuartzSurface*>(mpBufferSurface.get()); in getFastPropertyValue() 196 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(pAlphaSurface.get()); in getFastPropertyValue() 200 cairo_set_source_rgba( pAlphaCairo.get(), 1, 1, 1, 1 ); in getFastPropertyValue() 201 cairo_set_operator( pAlphaCairo.get(), CAIRO_OPERATOR_SOURCE ); in getFastPropertyValue() 202 cairo_paint( pAlphaCairo.get() ); in getFastPropertyValue() 203 … cairo_set_source_surface( pAlphaCairo.get(), mpBufferSurface->getCairoSurface().get(), 0, 0 ); in getFastPropertyValue() 204 cairo_set_operator( pAlphaCairo.get(), CAIRO_OPERATOR_XOR ); in getFastPropertyValue() 205 cairo_paint( pAlphaCairo.get() ); in getFastPropertyValue() [all …]
|
| /AOO42X/main/qadevOOo/runner/convwatch/ |
| H A D | OfficePrint.java | 103 GlobalLogWriter.get().println("Property " + sName + ":=" + sValue); in showProperty() 108 …GlobalLogWriter.get().println("Property " + sName + ":= a Object which can't convert by AnyConvert… in showProperty() 137 GlobalLogWriter.get().println(" Property: '" + sNameValue); in showDocumentType() 156 … GlobalLogWriter.get().println("MultiServiceFactory in GraphicalTestArgument not set."); in loadFromURL() 164 GlobalLogWriter.get().println("com.sun.star.frame.Desktop created."); in loadFromURL() 208 … GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Load document"); in loadFromURL() 220 …GlobalLogWriter.get().println(DateHelper.getDateTimeForHumanreadableLog() + " Load document done."… in loadFromURL() 226 GlobalLogWriter.get().println(" Load document failed."); in loadFromURL() 229 …GlobalLogWriter.get().println(" Please check FilterName := '" + _aGTA.getImportFilterName() + "'"); in loadFromURL() 231 GlobalLogWriter.get().println(""); in loadFromURL() [all …]
|
| H A D | GraphicalTestArguments.java | 115 String sReferenceType = (String)param.get( PropertyName.DOC_COMPARATOR_REFERENCE_TYPE ); in GraphicalTestArguments() 126 String sPrinterName = (String)param.get( PropertyName.DOC_COMPARATOR_PRINTER_NAME ); in GraphicalTestArguments() 136 …String sDefaultXMLFormatApp = (String)param.get( PropertyName.DOC_COMPARATOR_DEFAULT_XML_FORMAT_AP… in GraphicalTestArguments() 146 String sRECURSIVE = (String)param.get( PropertyName.DOC_COMPARATOR_INCLUDE_SUBDIRS ); in GraphicalTestArguments() 162 m_sOnlyPage = (String)param.get(PropertyName.DOC_COMPARATOR_PRINT_ONLY_PAGE); in GraphicalTestArguments() 172 … String sImportFilterName = (String)param.get(PropertyName.DOC_CONVERTER_IMPORT_FILTER_NAME); in GraphicalTestArguments() 181 GlobalLogWriter.get().println("Must quit."); in GraphicalTestArguments() 185 … String sExportFilterName = (String)param.get(PropertyName.DOC_CONVERTER_EXPORT_FILTER_NAME); in GraphicalTestArguments() 193 GlobalLogWriter.get().println("Must quit."); in GraphicalTestArguments() 198 String sOfficeProgram = (String)param.get(PropertyName.DOC_CONVERTER_OFFICE_PROGRAM); in GraphicalTestArguments() [all …]
|
| /AOO42X/main/svx/source/unodraw/ |
| H A D | unoshap3.cxx | 162 pShape->Create( pSdrShape, mxPage.get() ); in add() 186 if(pSdrShape == NULL || pSdrShape->GetObjList()->GetOwnerObj() != mpObj.get()) in remove() 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() [all …]
|
| /AOO42X/main/l10ntools/source/filter/utils/ |
| H A D | Cache.java | 517 java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sType); in toHTML() 522 java.lang.String sVal = (java.lang.String)aType.get(PROPNAME_DETECTSERVICE); in toHTML() 528 sVal = (java.lang.String)aType.get(PROPNAME_PREFERREDFILTER); in toHTML() 534 sVal = (java.lang.String)aType.get(PROPNAME_FRAMELOADER); in toHTML() 540 sVal = (java.lang.String)aType.get(PROPNAME_CONTENTHANDLER); in toHTML() 559 java.util.HashMap aFilter = (java.util.HashMap)m_lFilters.get(sFilter); in toHTML() 560 java.lang.String sType = (java.lang.String)aFilter.get(PROPNAME_TYPE); in toHTML() 562 java.util.Vector lFilters = (java.util.Vector)lFilters2TypeRegistration.get(sType); in toHTML() 578 java.util.Vector lFilters = (java.util.Vector)lFilters2TypeRegistration.get(sType); in toHTML() 713 aResultMap.put(PROPNAME_NAME, aMap.get(PROPNAME_NAME)); in convertTypePropsToExternal() [all …]
|
| /AOO42X/main/pyuno/source/module/ |
| H A D | pyuno_except.cxx | 52 PyErr_SetObject( type.get(), exc.get()); in raisePyExceptionWithAny() 102 sal_Bool isStruct = desc.get()->eTypeClass == typelib_TypeClass_STRUCT; in createClass() 103 sal_Bool isExc = desc.get()->eTypeClass == typelib_TypeClass_EXCEPTION; in createClass() 104 sal_Bool isInterface = desc.get()->eTypeClass == typelib_TypeClass_INTERFACE; in createClass() 110 typeClassToString( (com::sun::star::uno::TypeClass) desc.get()->eTypeClass)); in createClass() 119 typelib_InterfaceTypeDescription *pDesc = (typelib_InterfaceTypeDescription * )desc.get(); in createClass() 131 typelib_CompoundTypeDescription *pDesc = (typelib_CompoundTypeDescription*)desc.get(); in createClass() 153 PyTuple_SetItem( bases.get(), 0 , base.getAcquired() ); in createClass() 160 PyTuple_SetItem( args.get(), 0, pyTypeName.getAcquired()); in createClass() 161 PyTuple_SetItem( args.get(), 1, bases.getAcquired() ); in createClass() [all …]
|
| H A D | pyuno_type.cxx | 114 return PyRef( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*) name ) ); in getClass() 146 if( ! PyUnicode_Check( value.get() ) ) in PyChar2Unicode() 153 if( PyUnicode_GetSize( value.get() ) < 1 ) in PyChar2Unicode() 160 sal_Unicode c = (sal_Unicode)PyUnicode_ReadChar( value.get(), 0 ); in PyChar2Unicode() 162 sal_Unicode c = (sal_Unicode)PyUnicode_AsUnicode( value.get() )[0]; in PyChar2Unicode() 172 if( !PYSTR_CHECK( typeName.get() ) || ! PYSTR_CHECK( value.get() ) ) in PyEnum2Enum() 179 OUString strTypeName( pyString2ustring( typeName.get() ) ); in PyEnum2Enum() 180 OUString strValue( pyString2ustring( value.get() ) ); in PyEnum2Enum() 185 if(desc.get()->eTypeClass != typelib_TypeClass_ENUM ) in PyEnum2Enum() 190 typeClassToString( (com::sun::star::uno::TypeClass) desc.get()->eTypeClass)); in PyEnum2Enum() [all …]
|
| H A D | pyuno_runtime.cxx | 146 runtimeImpl = PyDict_GetItemString( globalDict.get() , "pyuno_runtime" ); in getRuntimeImpl() 158 PyRef str( PyObject_Repr( excTraceback.get() ), SAL_NO_ACQUIRE ); in importUnoModule() 162 PyRef valueRep( PyObject_Repr( excValue.get() ), SAL_NO_ACQUIRE ); in importUnoModule() 164 buf.append( pyString2ustring( valueRep.get() ) ).appendAscii( ", traceback follows\n" ); in importUnoModule() 165 buf.append( pyString2ustring( str.get() ) ); in importUnoModule() 168 PyRef dict( PyModule_GetDict( module.get() ) ); in importUnoModule() 333 RuntimeImpl *impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in initialize() 342 PyDict_SetItemString( globalDict.get(), "pyuno_runtime" , keep.get() ); in initialize() 343 Py_XINCREF( keep.get() ); in initialize() 351 RuntimeImpl *impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in isInitialized() [all …]
|
| /AOO42X/main/connectivity/source/drivers/file/ |
| H A D | FResultSet.cxx | 191 m_aInsertRow->get().clear(); in clear() 243 m_bWasNull = (m_aSelectRow->get())[columnIndex]->getValue().isNull(); in getValue() 244 return *(m_aSelectRow->get())[columnIndex]; in getValue() 326 return m_aSkipDeletedSet.getMappedPosition((m_aRow->get())[0]->getValue()); in getRow() 416 return m_nRowPos == sal_Int32(m_pFileSet->get().size()); in isAfterLast() 436 return m_nRowPos == sal_Int32(m_pFileSet->get().size() - 1); in isLast() 647 sal_Int32 nPos = (m_aInsertRow->get())[0]->getValue(); in insertRow() 648 m_pFileSet->get().push_back(nPos); in insertRow() 649 *(m_aInsertRow->get())[0] = sal_Int32(m_pFileSet->get().size()); in insertRow() 652 m_aSkipDeletedSet.insertNewPosition((m_aRow->get())[0]->getValue()); in insertRow() [all …]
|
| /AOO42X/main/basegfx/source/inc/ |
| H A D | hommatrixtemplate.hxx | 70 double get(sal_uInt16 nColumn) const in get() function in basegfx::internal::ImplMatLine 98 const double fLineValue(mpLine->get(a)); in isLastLineDefault() 150 double get(sal_uInt16 nRow, sal_uInt16 nColumn) const in get() function in basegfx::internal::ImplHomMatrixTemplate 154 return maLine[nRow].get(nColumn); in get() 159 return mpLine->get(nColumn); in get() 196 const double fLineValue(mpLine->get(a)); in testLastLine() 232 double fTemp(fabs(get(a, b))); in ludcmp() 253 fSum = get(a, b); in ludcmp() 257 fSum -= get(a, c) * get(c, b); in ludcmp() 267 fSum = get(a, b); in ludcmp() [all …]
|
| /AOO42X/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 …]
|
| /AOO42X/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() 462 (librdf_stream_get_context(m_pStream.get())) ); in getContext() 465 return m_pContext.get(); in getContext() 474 if (!m_pStream.get() || !librdf_stream_end(m_pStream.get())) { in nextElement() 477 librdf_statement *pStmt( librdf_stream_get_object(m_pStream.get()) ); in nextElement() 494 librdf_stream_next(m_pStream.get()); in nextElement() 559 return !librdf_query_results_finished(m_pQueryResult.get()); in hasMoreElements() 582 if (!librdf_query_results_finished(m_pQueryResult.get())) { in nextElement() 590 if (librdf_query_results_get_bindings(m_pQueryResult.get(), NULL, in nextElement() [all …]
|
| /AOO42X/main/sd/source/ui/slidesorter/shell/ |
| H A D | SlideSorterViewShell.cxx | 117 if (pViewShell->mpSlideSorter.get() == NULL) in Create() 224 if (mpContentWindow.get() != NULL) in Init() 249 pFrameworkHelper->GetViewShell(aPaneURLs[i]).get()); in GetSlideSorter() 290 OSL_ASSERT(mpSlideSorter.get()!=NULL); in CreateAccessibleDocumentView() 298 *mpSlideSorter.get(), in CreateAccessibleDocumentView() 305 if (xAcc.get()) in SwitchViewFireFocus() 307 …bleSlideSorterView* pBase = static_cast< ::accessibility::AccessibleSlideSorterView* >(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() [all …]
|
| /AOO42X/main/sd/source/ui/view/ |
| H A D | viewshel.cxx | 143 return this->ISA(DrawViewShell) && mpContentWindow.get() != NULL && in IsPageFlipMode() 189 if (mpImpl->mpSubShellFactory.get() != NULL) in ~ViewShell() 195 OSL_TRACE("destroying mpContentWindow at %x with parent %x", mpContentWindow.get(), in ~ViewShell() 230 SetActiveWindow (mpContentWindow.get()); in construct() 239 static_cast< ::Window*>(mpContentWindow.get())->Resize(); in construct() 296 SetActiveWindow (mpContentWindow.get()); in Init() 340 if (mpHorizontalRuler.get() != NULL) in Activate() 342 if (mpVerticalRuler.get() != NULL) in Activate() 439 if (mpHorizontalRuler.get() != NULL) in Deactivate() 441 if (mpVerticalRuler.get() != NULL) in Deactivate() [all …]
|
| /AOO42X/main/qadevOOo/tests/java/ifc/i18n/ |
| H A D | _XCharacterClassification.java | 111 String get = ""; in _toUpper() local 115 get = oObj.toUpper(toCheck, 0, toCheck.length(), getLocale(i)); in _toUpper() 118 res &= get.equals(exp); in _toUpper() 123 log.println("Gained : " + get); in _toUpper() 140 String get = ""; in _toLower() local 144 get = oObj.toLower(toCheck,0,toCheck.length(),getLocale(i)); in _toLower() 147 res &= get.equals(exp); in _toLower() 152 log.println("Gained : " + get); in _toLower() 168 String get = ""; in _toTitle() local 172 get = oObj.toTitle(toCheck, 0, 1, getLocale(i)); in _toTitle() [all …]
|
| /AOO42X/main/binaryurp/source/ |
| H A D | bridge.cxx | 189 css::uno::Reference< css::bridge::XProtocolProperties > >::get()), in Bridge() 251 joinThread(r.get()); in terminate() 252 joinThread(w.get()); in terminate() 262 binaryUno_.get()->pExtEnv->revokeInterface( in terminate() 263 binaryUno_.get()->pExtEnv, j->second.object.get()); in terminate() 302 out.get(), &in, in mapCppToBinaryAny() 303 css::uno::TypeDescription(cppu::UnoType< css::uno::Any >::get()).get(), in mapCppToBinaryAny() 304 cppToBinaryMapping_.get()); in mapCppToBinaryAny() 335 binaryUno_.get()->pExtEnv->getRegisteredInterface( in registerIncomingInterface() 336 binaryUno_.get()->pExtEnv, in registerIncomingInterface() [all …]
|
| /AOO42X/main/store/workben/ |
| H A D | t_page.cxx | 57 static Allocator & get(); 75 : m_pCount(Allocator::get().alloc()) in SharedCount() 86 Allocator::get().free(m_pCount); in ~SharedCount() 122 SharedCount::Allocator::get() in get() function in SharedCount::Allocator 312 PageData * get() { return m_pagedata; } in get() function in PageHolder 313 PageData const * get() const { return m_pagedata; } in get() function in PageHolder 411 T * pImpl = dynamic_page_cast<T>(m_xPage.get()); in operator ->() 417 T const * pImpl = dynamic_page_cast<T>(m_xPage.get()); in operator ->() 424 T * pImpl = dynamic_page_cast<T>(m_xPage.get()); in operator *() 430 T const * pImpl = dynamic_page_cast<T>(m_xPage.get()); in operator *() [all …]
|