Home
last modified time | relevance | path

Searched refs:get (Results 101 – 125 of 3520) sorted by relevance

12345678910>>...141

/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx300 if( xCtrlModel.get() ) in createControlModel()
352 if( mxSiteModel.get() ) in importModelOrStorage()
358 if( xSubStrg.get() ) in importModelOrStorage()
372 return mxSiteModel.get() ? mxSiteModel->getName() : OUString(); in getControlName()
377 return mxSiteModel.get() ? mxSiteModel->getId() : -1; in getControlId()
383 if( rxParentNC.is() && mxSiteModel.get() && mxCtrlModel.get() ) try in createAndConvert()
409 if( mxCtrlModel.get() ) in importControlModel()
458 if( rxCtrlModel.is() && mxSiteModel.get() && mxCtrlModel.get() ) in convertProperties()
497 if( !mxCtrlModel && mxSiteModel.get() ) in createControlModel()
663 if( mxSiteModel.get() ) in moveRelative()
[all …]
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java261 new CGTopic(scrollfields.get(i))); in saveTopics()
273 ((ControlRow) ControlGroupVector.get(guiRow)).setEnabled(true); in fillupControls()
294 ControlRow cr = (ControlRow) ControlGroupVector.get(l - 1); in removeLastRow()
416 PropertyValue[] pv1 = (PropertyValue[]) scrollfields.get(i);
447 PropertyValue[] pv1 = (PropertyValue[]) scrollfields.get(i);
644 return (PropertyValue[]) scrollfields.get(topic);
778 upperRow = (ControlRow) ControlGroupVector.get(guiRow);
782 upperRow = (ControlRow) ControlGroupVector.get(guiRow - 1);
808 lowerRow = (ControlRow) ControlGroupVector.get(guiRow);
814 lowerRow = (ControlRow) ControlGroupVector.get(guiRow + 1);
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XIndexEntrySupplier.java58 String get = oObj.getIndexCharacter("chapter", getLocale(i), ""); in _getIndexCharacter() local
59 log.println(get); in _getIndexCharacter()
60 res &= get.equals("C"); in _getIndexCharacter()
74 String get = oObj.getIndexFollowPageWord(true, getLocale(i)); in _getIndexFollowPageWord() local
75 if (! get.equals(morePages[i]) ) { in _getIndexFollowPageWord()
77 log.println("Getting: #" + get + "#"); in _getIndexFollowPageWord()
80 res &= get.equals(morePages[i]); in _getIndexFollowPageWord()
81 get = oObj.getIndexFollowPageWord(false,getLocale(i)); in _getIndexFollowPageWord()
82 if (! get.equals(onePage[i]) ) { in _getIndexFollowPageWord()
84 log.println("Getting: #" + get + "#"); in _getIndexFollowPageWord()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java176 maPrefixToIdMap.get(aEntry.getValue()), in WriteNamespaceList()
191 maTypeNameToIdMap.get(aStartState.GetFullname()), in WriteGlobalStartEndStates()
195 maTypeNameToIdMap.get(aAcceptingState.GetFullname()), in WriteGlobalStartEndStates()
242 maTypeNameToIdMap.get(aState.GetFullname()), in WriteAutomatonList()
280 maTypeNameToIdMap.get(aTransition.GetEndState().GetFullname()), in WriteAutomatonList()
294 maTypeNameToIdMap.get(aState.GetFullname()), in WriteAutomatonList()
312 maTypeNameToIdMap.get(aState.GetFullname()), in WriteAttributes()
313 maPrefixToIdMap.get(aAttribute.GetName().GetNamespacePrefix()), in WriteAttributes()
315 maNameToIdMap.get(aAttribute.GetName().GetLocalPart()), in WriteAttributes()
316 maTypeNameToIdMap.get(aAttribute.GetTypeName().GetStateName()), in WriteAttributes()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx248 pShape->Create( pSdrShape, mxPage.get() ); in add()
485 mpObj->ConnectToNode( sal_True, pShape->mpObj.get() ); in connectStart()
501 mpObj->ConnectToNode( sal_False, pShape->mpObj.get() ); in connectEnd()
1295 ((SdrPathObj*)mpObj.get())->SetPathPoly(rNew); in SetPolygon()
1305 return ((SdrPathObj*)mpObj.get())->GetPathPoly(); in GetPolygon()
1591 static_cast<SdrPathObj*>(mpObj.get())->SetPathPoly(rNew); in SetPolygon()
1686 ((SdrGrafObj*)mpObj.get())->SetGraphic(aGraphic); in setPropertyValueImpl()
1776 static_cast<SdrGrafObj*>(mpObj.get())->ForceSwapOut(); in setPropertyValueImpl()
1834 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1885 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
[all …]
/trunk/main/svl/inc/svl/
H A Dondemand.hxx161 const LocaleDataWrapper* operator->() const { return get(); } in operator ->()
162 const LocaleDataWrapper& operator*() const { return *get(); } in operator *()
223 CalendarWrapper* get() const in get() function in OnDemandCalendarWrapper
235 CalendarWrapper* operator->() { return get(); } in operator ->()
236 CalendarWrapper& operator*() { return *get(); } in operator *()
297 const CollatorWrapper* get() const in get() function in OnDemandCollatorWrapper
309 const CollatorWrapper* operator->() const { return get(); } in operator ->()
310 const CollatorWrapper& operator*() const { return *get(); } in operator *()
376 const ::utl::TransliterationWrapper* get() const in get() function in OnDemandTransliterationWrapper
449 NativeNumberWrapper* get() const in get() function in OnDemandNativeNumberWrapper
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx246 OSL_ASSERT(mpPageSelector.get()!=NULL); in GetPageSelector()
247 return *mpPageSelector.get(); in GetPageSelector()
255 OSL_ASSERT(mpFocusManager.get()!=NULL); in GetFocusManager()
256 return *mpFocusManager.get(); in GetFocusManager()
264 OSL_ASSERT(mpClipboard.get()!=NULL); in GetClipboard()
265 return *mpClipboard.get(); in GetClipboard()
274 return *mpScrollBarManager.get(); in GetScrollBarManager()
291 OSL_ASSERT(mpSlotManager.get()!=NULL); in GetSlotManager()
396 if (pMainViewShell.get() != NULL) in Command()
451 if (pDescriptor.get() != NULL) in Command()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DIniFile.java61 GlobalLogWriter.get().println("couldn't find file " + m_sFilename); in loadLines()
82 GlobalLogWriter.get().println("couldn't open file " + m_sFilename); in loadLines()
83 GlobalLogWriter.get().println("Message: " + fne.getMessage()); in loadLines()
89 GlobalLogWriter.get().println("Message: " + ie.getMessage()); in loadLines()
98 GlobalLogWriter.get().println("Couldn't close file " + m_sFilename); in loadLines()
99 GlobalLogWriter.get().println("Message: " + ie.getMessage()); in loadLines()
128 return (String)m_aList.get(i); in getItem()
299 GlobalLogWriter.get().println("Couldn't delete the file " + m_sFilename); in store()
323 GlobalLogWriter.get().println("couldn't open file for writing " + m_sFilename); in store()
324 GlobalLogWriter.get().println("Message: " + fne.getMessage()); in store()
[all …]
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx105 m_aColumns->get().clear(); in fillColumns()
111 m_aColumns->get().reserve(nFieldCount+1); in fillColumns()
166 while(aFind != m_aColumns->get().end()) in fillColumns()
169 aFind = connectivity::find(m_aColumns->get().begin(),m_aColumns->get().end(),aAlias,aCase); in fillColumns()
182 m_aColumns->get().push_back(xCol); in fillColumns()
518 aVector.reserve(m_aColumns->get().size()); in refreshColumns()
520 …for(OSQLColumns::Vector::const_iterator aIter = m_aColumns->get().begin();aIter != m_aColumns->get in refreshColumns()
603 *(_rRow->get())[0] = m_nFilePos; in fetchRow()
630 (_rRow->get())[i]->setNull(); in fetchRow()
671 (_rRow->get())[i]->setNull(); in fetchRow()
[all …]
/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx224 theSanes::get().acquire(); in AcquireData()
230 theSanes::get().release(); in ReleaseData()
253 vos::OGuard aGuard( theSaneProtector::get() ); in SEQ()
254 sanevec &rSanes = theSanes::get().m_aSanes; in SEQ()
278 vos::OGuard aGuard( theSaneProtector::get() ); in configureScanner()
279 sanevec &rSanes = theSanes::get().m_aSanes; in configureScanner()
313 vos::OGuard aGuard( theSaneProtector::get() ); in startScan()
314 sanevec &rSanes = theSanes::get().m_aSanes; in startScan()
343 vos::OGuard aGuard( theSaneProtector::get() ); in getError()
344 sanevec &rSanes = theSanes::get().m_aSanes; in getError()
[all …]
/trunk/main/javaunohelper/source/
H A Djavaunohelper.cxx97 (uno_Environment **)&java_env, java_env_name.pData, vm_access.get() ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
105 Mapping java2dest(java_env.get(), loader_env.get()); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
116 uno_ExtEnvironment * env = loader_env.get()->pExtEnv; in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
180 (uno_Environment **)&java_env, java_env_name.pData, vm_access.get() ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
188 Mapping java2dest( java_env.get(), loader_env.get() ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
189 Mapping dest2java( loader_env.get(), java_env.get() ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
207 uno_ExtEnvironment * env = loader_env.get()->pExtEnv; in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
287 uno_getEnvironment( (uno_Environment **)&java_env, java_env_name.pData, vm_access.get() ); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
289 Mapping curr_java(curr_env.get(), java_env.get()); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
298 rMSFac.get(), in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx96 fprintf( stderr, " %04ld", (long)r.get( UCAL_YEAR, status = U_ZERO_ERROR)); in debug_i18n_cal_dump()
98 fprintf( stderr, "-%02ld", (long)r.get( UCAL_DATE, status = U_ZERO_ERROR)); in debug_i18n_cal_dump()
536 nYear = body->get( UCAL_YEAR, status = U_ZERO_ERROR); in setValue()
542 nMonth = body->get( UCAL_MONTH, status = U_ZERO_ERROR); in setValue()
548 nDay = body->get( UCAL_DATE, status = U_ZERO_ERROR); in setValue()
560 nMinute = body->get( UCAL_MINUTE, status = U_ZERO_ERROR); in setValue()
566 nSecond = body->get( UCAL_SECOND, status = U_ZERO_ERROR); in setValue()
584 nDST0 = body->get( UCAL_DST_OFFSET, status = U_ZERO_ERROR); in setValue()
594 nZone1 = body->get( UCAL_ZONE_OFFSET, status = U_ZERO_ERROR); in setValue()
597 nDST1 = body->get( UCAL_DST_OFFSET, status = U_ZERO_ERROR); in setValue()
[all …]
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx654 DBG_ASSERT( j->get() == Reference< XInterface >( *j, UNO_QUERY ).get(), in disposing()
657 if ( xSource.get() == j->get() ) in disposing()
670 DBG_ASSERT( i->second.get() == Reference< XInterface >( i->second, UNO_QUERY ).get(), in disposing()
673 if ( i->second.get() == xSource.get() ) in disposing()
976 approveNewElement( xElementProps, aElementMetaData.get() ); in implReplaceByIndex()
981 DBG_ASSERT( xOldElement.get() == Reference< XInterface >( xOldElement, UNO_QUERY ).get(), in implReplaceByIndex()
986 while ( ( j != m_aMap.end() ) && ( j->second.get() != xOldElement.get() ) ) in implReplaceByIndex()
1019 m_aItems[ _nIndex ] = aElementMetaData.get()->xInterface; in implReplaceByIndex()
1021 aElementMetaData.get()->xChild->setParent(static_cast<XContainer*>(this)); in implReplaceByIndex()
1026 …m_xEventAttacher->attach( _nIndex, aElementMetaData.get()->xInterface, makeAny( aElementMetaData.g… in implReplaceByIndex()
[all …]
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLineContainer.java65 if (nY < maLines.get(nMed).GetTop()) in GetLineForY()
71 if (maLines.get(nIndex).Contains(nY)) in GetLineForY()
72 return maLines.get(nIndex); in GetLineForY()
86 return maLines.get(nLineIndex); in GetLineForOffset()
104 aLines.add(maLines.get(nStartLineIndex)); in GetLinesForOffsets()
107 aLines.add(maLines.get(nIndex)); in GetLinesForOffsets()
125 return maLines.get(nIndex); in GetLine()
160 if (maLines.get(nMedIndex).GetEndOffset() <= nOffset) in GetLineIndexForOffset()
167 if (maLines.get(nIndex).ContainsOffset(nOffset)) in GetLineIndexForOffset()
174 if (maLines.get(nIndex).GetStartOffset() > nOffset) in GetLineIndexForOffset()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx69 uno_Sequence * p = (uno_Sequence *)seq.get(); in seq_allocate()
1054 (typelib_CompoundTypeDescription*) td.get(); in map_to_uno()
1058 struct_td = (typelib_StructTypeDescription*) td.get(); in map_to_uno()
1264 ((typelib_IndirectTypeDescription *)td.get())->pType; in map_to_uno()
1374 (nPos * element_td.get()->nSize); in map_to_uno()
1433 uno_destructData( uno_data, td.get(), 0 ); in map_to_uno()
1606 (typelib_CompoundTypeDescription *) td.get(); in map_to_cli()
1613 System::Type* cliType= loadCliType(td.get()->pTypeName); in map_to_cli()
1766 ((typelib_IndirectTypeDescription *)td.get())->pType; in map_to_cli()
1920 sal_Int32 nSize = element_td.get()->nSize; in map_to_cli()
[all …]
/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx170 if( moFillType.has() ) switch( moFillType.get() ) in getBestSolidColor()
192 switch( moFillType.get() ) in pushToPropMap()
225 if ( !maGradientProps.moRotateWithShape.get( false ) ) in pushToPropMap()
254 nDmlAngle = maGradientProps.moShadeAngle.get( 0 ) - nShapeRotation; in pushToPropMap()
280 … BitmapMode eBitmapMode = lclGetBitmapMode( maBlipProps.moBitmapMode.get( XML_TOKEN_INVALID ) ); in pushToPropMap()
287 … RectanglePoint eRectPoint = lclGetRectanglePoint( maBlipProps.moTileAlign.get( XML_tl ) ); in pushToPropMap()
294 …double fScaleX = maBlipProps.moTileScaleX.get( MAX_PERCENT ) / static_cast< double >( MAX_PERCENT … in pushToPropMap()
373 geometry::IntegerRectangle2D oClipRect( maBlipProps.moClipRect.get() ); in pushToPropMap()
393 switch( maBlipProps.moColorEffect.get( XML_TOKEN_INVALID ) ) in pushToPropMap()
401 …sal_Int16 nBrightness = getLimitedValue< sal_Int16, sal_Int32 >( maBlipProps.moBrightness.get( 0 )… in pushToPropMap()
[all …]
/trunk/main/offapi/com/sun/star/mozilla/
H A DXProfileDiscover.idl38 /** is the interface used to list and get information for Mozilla/Thunderbird profiles
47 /** attempts to get the profiles count.
50 is the product name to get profiles count.Currently support "Mozilla" and "Thunderbird".
57 /** attempts to get the profile list for the given product.
60 is the product name to get profile list.Currently support "Mozilla" and "Thunderbird".
69 /** attempts to get the default profile name for the given product.
80 /** attempts to get the full path for the given profile.
83 is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
85 the profile name to get full path.
92 /** attempts to get whether profile is locked by other applications.
[all …]
/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx42 mpImpl( IdentityMatrix::get() ) // use common identity matrix in B3DHomMatrix()
66 double B3DHomMatrix::get(sal_uInt16 nRow, sal_uInt16 nColumn) const in get() function in basegfx::B3DHomMatrix
68 return mpImpl->get(nRow, nColumn); in get()
83 if(mpImpl.same_object(IdentityMatrix::get())) in isIdentity()
91 mpImpl = IdentityMatrix::get(); in identity()
440 rTranslate.setX(mpImpl->get(0, 3)); in decompose()
441 rTranslate.setY(mpImpl->get(1, 3)); in decompose()
442 rTranslate.setZ(mpImpl->get(2, 3)); in decompose()
448 B3DVector aCol0(mpImpl->get(0, 0), mpImpl->get(1, 0), mpImpl->get(2, 0)); in decompose()
449 B3DVector aCol1(mpImpl->get(0, 1), mpImpl->get(1, 1), mpImpl->get(2, 1)); in decompose()
[all …]
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx95 assert(m_RootKey.get()); in RegisterForMsWord()
126 assert(m_RootKey.get()); in UnregisterForMsWord()
206 assert(m_RootKey.get()); in RegisterForMsExcel()
229 assert(m_RootKey.get()); in UnregisterForMsExcel()
258 assert(m_RootKey.get()); in RegisterForMsPowerPoint()
289 assert(m_RootKey.get()); in UnregisterForMsPowerPoint()
341 assert(m_RootKey.get()); in RegisterAsHtmlEditorForInternetExplorer()
377 assert(m_RootKey.get()); in UnregisterAsHtmlEditorForInternetExplorer()
399 assert(m_RootKey.get()); in RegisterAsDefaultHtmlEditorForInternetExplorer()
442 assert(m_RootKey.get()); in UnregisterAsDefaultHtmlEditorForInternetExplorer()
[all …]
/trunk/main/configmgr/source/
H A Daccess.cxx143 OSL_ASSERT(dynamic_cast< ChildAccess * >(p.get()) != 0); in markChildAsModified()
181 i->get(), in initDisposeBroadcaster()
191 j->get(), in initDisposeBroadcaster()
203 j->get(), in initDisposeBroadcaster()
213 i->get(), in initDisposeBroadcaster()
392 getNode().get()); in insertLocalizedValueChild()
853 types.push_back(cppu::UnoType< css::uno::XWeak >::get()); in getTypes()
1064 return cppu::UnoType< cppu::UnoVoidType >::get(); in getElementType()
1301 if (other.get() == this) { in setName()
1987 cachedChildren_[name] = child.get(); in getUnmodifiedChild()
[all …]
/trunk/main/uui/source/
H A Diahndl-locking.cxx82 if (!xManager.get()) in handleLockedDocumentRequest_()
96 *xManager.get() ) ) ) ); in handleLockedDocumentRequest_()
102 pParent, xManager.get(), aMessage ) ); in handleLockedDocumentRequest_()
111 *xManager.get() ) ) ) ); in handleLockedDocumentRequest_()
112 aMessage = String( ResId( STR_TRYLATER_MSG, *xManager.get() ) ); in handleLockedDocumentRequest_()
127 *xManager.get() ) ); in handleLockedDocumentRequest_()
133 xManager.get(), in handleLockedDocumentRequest_()
173 if (!xManager.get()) in handleChangedByOthersRequest_()
177 new FileChangedQueryBox( pParent, xManager.get() ) ); in handleChangedByOthersRequest_()
212 if (!xManager.get()) in handleLockFileIgnoreRequest_()
[all …]
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx248 if( rBase.GetMainViewShell().get() && rBase.GetMainViewShell()->GetViewFrame() ) in getBindings()
258 if( rBase.GetMainViewShell().get() && rBase.GetMainViewShell()->GetViewFrame() ) in getDispatcher()
281 ValueSet* pValueSet = static_cast< ValueSet* >( mxControls[CT_TABLE_STYLES].get() ); in ApplyStyle()
585 ValueSet* pValueSet = static_cast< ValueSet* >( mxControls[CT_TABLE_STYLES].get() ); in updateControls()
739 if( !xCellInfo.get() ) in FillCellInfoMatrix()
752 if( !xCellInfo.get() ) in FillCellInfoMatrix()
767 if( !xCellInfo.get() ) in FillCellInfoMatrix()
782 if( !xCellInfo.get() ) in FillCellInfoMatrix()
832 if( xCellInfo.get() ) in CreateDesignPreview()
865 if( xCellInfo.get() ) in CreateDesignPreview()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx246 if (mpRenderer.get() != NULL) in paintBorder()
285 if (mpRenderer.get() != NULL) in paintBorderWithCallout()
310 if (mpRenderer.get() != NULL) in getCalloutOffset()
339 if (mpTheme.get() != NULL) in ProvideTheme()
370 if (mpTheme.get() == NULL) in ProvideTheme()
388 return mpTheme.get()!=NULL && mpRenderer.get()!=NULL; in HasTheme()
397 if (mpRenderer.get() == NULL) in SetTheme()
513 if (pStyle.get() == NULL) in PaintBorder()
848 if (pStyle.get() == NULL) in SetupClipping()
937 if (rpTheme.get() != NULL) in RendererPaneStyle()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java224 Object o = vetoListeners.get(propertyName); in prepareSet()
228 o = vetoListeners.get(""); in prepareSet()
235 Object o = boundListeners.get(propertyName); in prepareSet()
239 o = boundListeners.get(""); in prepareSet()
724 PropertyData p = (PropertyData) properties.get(name); in setProperty()
796 PropertyData p = (PropertyData) properties.get(name); in getProperty()
804 value = field.get( in getProperty()
846 ambiguous.getField("Value")).get(value); in getProperty()
888 optional.getField("Value")).get(value); in getProperty()
1031 get(this, propertyName); in checkUnknown()
[all …]
/trunk/main/oox/source/drawingml/chart/
H A Daxisconverter.cxx60 if( rofValue.has() ) orAny <<= rofValue.get(); else orAny.clear(); in lclSetValueOrClearAny()
65 …isModel.mofLogBase.has() && (2.0 <= rAxisModel.mofLogBase.get()) && (rAxisModel.mofLogBase.get() <… in lclIsLogarithmicScale()
83 if( rofUnit.has() && (1.0 <= rofUnit.get()) && (rofUnit.get() <= SAL_MAX_INT32) ) in lclConvertTimeInterval()
84 …orInterval <<= ::com::sun::star::chart::TimeInterval( static_cast< sal_Int32 >( rofUnit.get() ), l… in lclConvertTimeInterval()
237 … aScaleData.TimeIncrement.TimeResolution <<= lclGetApiTimeUnit( mrModel.monBaseTimeUnit.get() ); in convertFromModel()
268 … rIncrementData.Distance <<= aScaleData.Scaling->doScaling( mrModel.mofMajorUnit.get() ); in convertFromModel()
281 …orUnit.has() && (0.0 < mrModel.mofMinorUnit.get()) && (mrModel.mofMinorUnit.get() <= mrModel.mofMa… in convertFromModel()
283 double fCount = mrModel.mofMajorUnit.get() / mrModel.mofMinorUnit.get() + 0.5; in convertFromModel()
329 …double fCrossingPos = bManualCrossing ? mrModel.mofCrossesAt.get() : (bCrossingLogScale ? 1.0 : 0.… in convertFromModel()

Completed in 178 milliseconds

12345678910>>...141