Home
last modified time | relevance | path

Searched refs:xFac (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/R-cran-gdata/gdata/inst/doc/
H A Dunknown.R44 (xFac <- factor(c(0, "BA", "RA", "BA", NA, "NA"))) globalVar
45 isUnknown(x=xFac)
46 isUnknown(x=xFac, unknown=0)
47 isUnknown(x=xFac, unknown=c(0, NA))
48 isUnknown(x=xFac, unknown=c(0, "NA"))
49 isUnknown(x=xFac, unknown=c(0, "NA", NA))
51 (xFac <- unknownToNA(x=xFac, unknown=0)) globalVar
52 (xFac <- NAToUnknown(x=xFac, unknown=0)) globalVar
58 (xList <- list(a=xNum, b=xFac))
H A Dunknown.Rnw118 (xFac <- factor(c(0, "BA", "RA", "BA", NA, "NA")))
119 isUnknown(x=xFac)
120 isUnknown(x=xFac, unknown=0)
121 isUnknown(x=xFac, unknown=c(0, NA))
122 isUnknown(x=xFac, unknown=c(0, "NA"))
123 isUnknown(x=xFac, unknown=c(0, "NA", NA))
125 (xFac <- unknownToNA(x=xFac, unknown=0))
126 (xFac <- NAToUnknown(x=xFac, unknown=0))
154 (\code{xNum}) and factor (\code{xFac}) classes. First, function
159 (xList <- list(a=xNum, b=xFac))
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/misc/
H A Dbindablecontrolhelper.cxx73 uno::Reference< lang::XMultiServiceFactory > xFac; in ApplyListSourceAndBindableData() local
75 xFac.set( xModel, uno::UNO_QUERY ); in ApplyListSourceAndBindableData()
77 if ( xFac.is() && rsCtrlSource.getLength() && xBindable.is() ) in ApplyListSourceAndBindableData()
84 …uno::Reference< beans::XPropertySet > xConvertor( xFac->createInstance( "com.sun.star.table.CellAd… in ApplyListSourceAndBindableData()
102 …uno::Reference< form::binding::XValueBinding > xBinding( xFac->createInstanceWithArguments( "com.s… in ApplyListSourceAndBindableData()
108 if ( xFac.is() && rsRowSource.getLength() && xListEntrySink.is() ) in ApplyListSourceAndBindableData()
115 …uno::Reference< beans::XPropertySet > xConvertor( xFac->createInstance( "com.sun.star.table.CellRa… in ApplyListSourceAndBindableData()
136 …uno::Reference< form::binding::XListEntrySource > xSource( xFac->createInstanceWithArguments( "com… in ApplyListSourceAndBindableData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/misc/
H A Dbindablecontrolhelper.cxx72 uno::Reference< lang::XMultiServiceFactory > xFac; in ApplyListSourceAndBindableData() local
74 xFac.set( xModel, uno::UNO_QUERY ); in ApplyListSourceAndBindableData()
76 if ( xFac.is() && rsCtrlSource.getLength() && xBindable.is() ) in ApplyListSourceAndBindableData()
83 …uno::Reference< beans::XPropertySet > xConvertor( xFac->createInstance( "com.sun.star.table.CellAd… in ApplyListSourceAndBindableData()
101 …uno::Reference< form::binding::XValueBinding > xBinding( xFac->createInstanceWithArguments( "com.s… in ApplyListSourceAndBindableData()
107 if ( xFac.is() && rsRowSource.getLength() && xListEntrySink.is() ) in ApplyListSourceAndBindableData()
114 …uno::Reference< beans::XPropertySet > xConvertor( xFac->createInstance( "com.sun.star.table.CellRa… in ApplyListSourceAndBindableData()
135 …uno::Reference< form::binding::XListEntrySource > xSource( xFac->createInstanceWithArguments( "com… in ApplyListSourceAndBindableData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/filter/xml/
H A DxmlHelper.cxx78 … rtl::Reference < XMLPropertyHandlerFactory> xFac = new ::xmloff::OControlPropertyHandlerFactory(); in GetTableStylesPropertySetMapper() local
79 return new XMLPropertySetMapper(s_aTableStylesProperties, xFac, bForExport); in GetTableStylesPropertySetMapper()
92 rtl::Reference < XMLPropertyHandlerFactory> xFac = new OPropertyHandlerFactory(); in GetColumnStylesPropertySetMapper() local
93 return new XMLPropertySetMapper(s_aColumnStylesProperties, xFac, bForExport); in GetColumnStylesPropertySetMapper()
133 …rtl::Reference < XMLPropertyHandlerFactory> xFac = new /*OPropertyHandlerFactory*/::xmloff::OContr… in GetCellStylesPropertySetMapper() local
134 return new XMLPropertySetMapper(s_aCellStylesProperties, xFac, bForExport); in GetCellStylesPropertySetMapper()
145 rtl::Reference < XMLPropertyHandlerFactory> xFac = new OPropertyHandlerFactory(); in GetRowStylesPropertySetMapper() local
146 return new XMLPropertySetMapper(s_aStylesProperties, xFac, true/*bForExport*/); in GetRowStylesPropertySetMapper()
H A DxmlColumn.cxx92 Reference<XDataDescriptorFactory> xFac(m_xParentContainer,UNO_QUERY); in endFastElement() local
93 if ( xFac.is() && !m_sName.isEmpty() ) in endFastElement()
95 Reference<XPropertySet> xProp(xFac->createDataDescriptor()); in endFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/filter/xml/
H A DxmlHelper.cxx81 … rtl::Reference < XMLPropertyHandlerFactory> xFac = new ::xmloff::OControlPropertyHandlerFactory(); in GetTableStylesPropertySetMapper() local
82 return new XMLPropertySetMapper(s_aTableStylesProperties, xFac, bForExport); in GetTableStylesPropertySetMapper()
95 rtl::Reference < XMLPropertyHandlerFactory> xFac = new OPropertyHandlerFactory(); in GetColumnStylesPropertySetMapper() local
96 return new XMLPropertySetMapper(s_aColumnStylesProperties, xFac, bForExport); in GetColumnStylesPropertySetMapper()
136 …rtl::Reference < XMLPropertyHandlerFactory> xFac = new /*OPropertyHandlerFactory*/::xmloff::OContr… in GetCellStylesPropertySetMapper() local
137 return new XMLPropertySetMapper(s_aCellStylesProperties, xFac, bForExport); in GetCellStylesPropertySetMapper()
148 rtl::Reference < XMLPropertyHandlerFactory> xFac = new OPropertyHandlerFactory(); in GetRowStylesPropertySetMapper() local
149 return new XMLPropertySetMapper(s_aStylesProperties, xFac, true/*bForExport*/); in GetRowStylesPropertySetMapper()
H A DxmlColumn.cxx109 Reference<XDataDescriptorFactory> xFac(m_xParentContainer,UNO_QUERY); in EndElement() local
110 if ( xFac.is() && !m_sName.isEmpty() ) in EndElement()
112 Reference<XPropertySet> xProp(xFac->createDataDescriptor()); in EndElement()
/dports/devel/R-cran-gdata/gdata/man/
H A Dunknown.Rd137 xFac <- factor(c("0", 1, 2, 3, NA, "NA"))
138 isUnknown(x=xFac, unknown=0)
139 isUnknown(x=xFac, unknown=c(0, NA))
140 isUnknown(x=xFac, unknown=c(0, "NA"))
141 isUnknown(x=xFac, unknown=c(0, "NA", NA))
142 (xFac <- unknownToNA(x=xFac, unknown="NA"))
143 (xFac <- NAToUnknown(x=xFac, unknown="NA"))
145 xList <- list(xFac=xFac, xInt=xInt)
149 names(tmp) <- c(".default", "xFac")
151 tmp <- list(.default=0, xFac="NA")
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Ddocumentfontsdialog.cxx63 … uno::Reference< lang::XMultiServiceFactory > xFac( pDocSh->GetModel(), uno::UNO_QUERY_THROW ); in Reset() local
64 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance("com.sun.star.document.Settings… in Reset()
98 … uno::Reference< lang::XMultiServiceFactory > xFac( pDocSh->GetModel(), uno::UNO_QUERY_THROW ); in FillItemSet() local
99 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance("com.sun.star.document.Settings… in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Ddocumentfontsdialog.cxx62 … uno::Reference< lang::XMultiServiceFactory > xFac( pDocSh->GetModel(), uno::UNO_QUERY_THROW ); in Reset() local
63 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance("com.sun.star.document.Settings… in Reset()
97 … uno::Reference< lang::XMultiServiceFactory > xFac( pDocSh->GetModel(), uno::UNO_QUERY_THROW ); in FillItemSet() local
98 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance("com.sun.star.document.Settings… in FillItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/workben/little/
H A Dmain.cxx50 Reference< css::lang::XMultiServiceFactory > xFac = in main() local
52 if(!xFac.is()) in main()
55 m_xDriver.set(xFac->createInstance("com.sun.star.sdbc.driver.dbase.Driver"),UNO_QUERY); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/workben/little/
H A Dmain.cxx50 Reference< css::lang::XMultiServiceFactory > xFac = in main() local
52 if(!xFac.is()) in main()
55 m_xDriver.set(xFac->createInstance("com.sun.star.sdbc.driver.dbase.Driver"),UNO_QUERY); in main()
/dports/devel/R-cran-gdata/gdata/vignettes/
H A Dunknown.Rnw118 (xFac <- factor(c(0, "BA", "RA", "BA", NA, "NA")))
119 isUnknown(x=xFac)
120 isUnknown(x=xFac, unknown=0)
121 isUnknown(x=xFac, unknown=c(0, NA))
122 isUnknown(x=xFac, unknown=c(0, "NA"))
123 isUnknown(x=xFac, unknown=c(0, "NA", NA))
125 (xFac <- unknownToNA(x=xFac, unknown=0))
126 (xFac <- NAToUnknown(x=xFac, unknown=0))
154 (\code{xNum}) and factor (\code{xFac}) classes. First, function
159 (xList <- list(a=xNum, b=xFac))
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dsdxmlimp.cxx361 uno::Reference< lang::XMultiServiceFactory > xFac( GetModel(), uno::UNO_QUERY ); in setTargetDocument() local
362 if( xFac.is() ) in setTargetDocument()
364 uno::Sequence< OUString > sSNS( xFac->getAvailableServiceNames() ); in setTargetDocument()
525 uno::Reference< lang::XMultiServiceFactory > xFac( GetModel(), uno::UNO_QUERY ); in SetConfigurationSettings() local
526 if( !xFac.is() ) in SetConfigurationSettings()
529 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance("com.sun.star.document.Settings… in SetConfigurationSettings()
654 uno::Reference< lang::XMultiServiceFactory > xFac( GetModel(), uno::UNO_QUERY ); in NotifyContainsEmbeddedFont() local
655 if( xFac.is() ) in NotifyContainsEmbeddedFont()
657 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance("com.sun.star.document.Settings… in NotifyContainsEmbeddedFont()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Ducbstore.cxx313 Reference< XSingleServiceFactory > xFac( in openPropertySet() local
318 OSL_ENSURE( xFac.is(), in openPropertySet()
330 if ( xFac.is() && xBatch.is() && xContainer.is() ) in openPropertySet()
597 Reference< XSingleServiceFactory > xFac( in renamePropertySet() local
599 Reference< XChangesBatch > xBatch( xFac, UNO_QUERY ); in renamePropertySet()
602 OSL_ENSURE( xFac.is(), in renamePropertySet()
614 if ( xFac.is() && xBatch.is() && xContainer.is() ) in renamePropertySet()
1431 Reference< XSingleServiceFactory > xFac( in addProperty() local
1434 Reference< XNameContainer > xContainer( xFac, UNO_QUERY ); in addProperty()
1439 OSL_ENSURE( xFac.is(), in addProperty()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Ducbstore.cxx312 Reference< XSingleServiceFactory > xFac( in openPropertySet() local
317 OSL_ENSURE( xFac.is(), in openPropertySet()
329 if ( xFac.is() && xBatch.is() && xContainer.is() ) in openPropertySet()
596 Reference< XSingleServiceFactory > xFac( in renamePropertySet() local
598 Reference< XChangesBatch > xBatch( xFac, UNO_QUERY ); in renamePropertySet()
601 OSL_ENSURE( xFac.is(), in renamePropertySet()
613 if ( xFac.is() && xBatch.is() && xContainer.is() ) in renamePropertySet()
1431 Reference< XSingleServiceFactory > xFac( in addProperty() local
1434 Reference< XNameContainer > xContainer( xFac, UNO_QUERY ); in addProperty()
1439 OSL_ENSURE( xFac.is(), in addProperty()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dconfigitem.cxx769 Reference<XSingleServiceFactory> xFac(xCont, UNO_QUERY); in SetSetProperties() local
771 if(xFac.is()) in SetSetProperties()
779 Reference<XInterface> xInst = xFac->createInstance(); in SetSetProperties()
869 Reference<XSingleServiceFactory> xFac(xCont, UNO_QUERY); in ReplaceSetProperties() local
870 const bool isSimpleValueSet = !xFac.is(); in ReplaceSetProperties()
908 if(xFac.is()) // !isSimpleValueSet in ReplaceSetProperties()
915 Reference<XInterface> xInst = xFac->createInstance(); in ReplaceSetProperties()
994 Reference<XSingleServiceFactory> xFac(xCont, UNO_QUERY); in AddNode() local
996 if(xFac.is()) in AddNode()
1000 Reference<XInterface> xInst = xFac->createInstance(); in AddNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dconfigitem.cxx765 Reference<XSingleServiceFactory> xFac(xCont, UNO_QUERY); in SetSetProperties() local
767 if(xFac.is()) in SetSetProperties()
775 Reference<XInterface> xInst = xFac->createInstance(); in SetSetProperties()
865 Reference<XSingleServiceFactory> xFac(xCont, UNO_QUERY); in ReplaceSetProperties() local
866 const bool isSimpleValueSet = !xFac.is(); in ReplaceSetProperties()
904 if(xFac.is()) // !isSimpleValueSet in ReplaceSetProperties()
911 Reference<XInterface> xInst = xFac->createInstance(); in ReplaceSetProperties()
990 Reference<XSingleServiceFactory> xFac(xCont, UNO_QUERY); in AddNode() local
992 if(xFac.is()) in AddNode()
996 Reference<XInterface> xInst = xFac->createInstance(); in AddNode()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/
H A DRectanglePredicateSyntheticTest.java137 int xFac = factor[quadrant][0]; in createAngle() local
140 Coordinate p0 = new Coordinate(base.x + xFac * size, base.y + yFac * size); in createAngle()
141 Coordinate p2 = new Coordinate(base.x + yFac * size, base.y + (- xFac) * size); in createAngle()
/dports/devel/R-cran-gdata/gdata/tests/unitTests/
H A Drunit.unknown.R36 xFac <- factor(c("A", "0", 0, "NA", "NA", intUnk, numUnk, "-", NA)) globalVar
80 xList <- list(xInt, xCha, xNum, xFac)
81 xListN <- list(int=xInt, cha=xCha, num=xNum, fac=xFac)
320 checkIdentical(unknownToNA(xFacUnk, facUnk), xFac)
460 checkIdentical(NAToUnknown(xFac, facUnk), xFacUnk)
470 checkException(NAToUnknown(xFac, unknown=facLev))
471 checkIdentical(NAToUnknown(xFac, unknown=facLev, force=TRUE), xFacUnkLev)
474 checkIdentical(NAToUnknown(xFac, unknown=facUnk1, force=TRUE), xFacUnk1)
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/protocolhandler/
H A Dscripthandler.cxx91 Reference< uri::XUriReferenceFactory > xFac = uri::UriReferenceFactory::create( m_xContext ); in queryDispatch() local
92 Reference< uri::XUriReference > uriRef = xFac->parse( aURL.Complete ); in queryDispatch()
382 Reference< provider::XScriptProviderFactory > xFac = in createScriptProvider() local
388 m_xScriptProvider.set( xFac->createScriptProvider( aContext ), UNO_SET_THROW ); in createScriptProvider()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dsdxmlimp.cxx411 uno::Reference< lang::XMultiServiceFactory > xFac( GetModel(), uno::UNO_QUERY ); in setTargetDocument() local
412 if( xFac.is() ) in setTargetDocument()
414 uno::Sequence< OUString > sSNS( xFac->getAvailableServiceNames() ); in setTargetDocument()
808 uno::Reference< lang::XMultiServiceFactory > xFac( GetModel(), uno::UNO_QUERY ); in SetConfigurationSettings() local
809 if( !xFac.is() ) in SetConfigurationSettings()
812 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance("com.sun.star.document.Settings… in SetConfigurationSettings()
937 uno::Reference< lang::XMultiServiceFactory > xFac( GetModel(), uno::UNO_QUERY ); in NotifyEmbeddedFontRead() local
938 if( xFac.is() ) in NotifyEmbeddedFontRead()
940 …uno::Reference< beans::XPropertySet > xProps( xFac->createInstance("com.sun.star.document.Settings… in NotifyEmbeddedFontRead()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx350 uno::Reference< lang::XSingleServiceFactory > xFac; in setData() local
357 xFac.set( xParentNameAccess, uno::UNO_QUERY ); in setData()
363 xParentNameAccess->getByName("Children") >>= xFac; in setData()
366 OSL_ENSURE( xFac.is(), in setData()
369 if ( xFac.is() ) in setData()
371 xNameReplace.set( xFac->createInstance(), uno::UNO_QUERY ); in setData()
378 xContainer.set( xFac, uno::UNO_QUERY ); in setData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx350 uno::Reference< lang::XSingleServiceFactory > xFac; in setData() local
357 xFac.set( xParentNameAccess, uno::UNO_QUERY ); in setData()
363 xParentNameAccess->getByName("Children") >>= xFac; in setData()
366 OSL_ENSURE( xFac.is(), in setData()
369 if ( xFac.is() ) in setData()
371 xNameReplace.set( xFac->createInstance(), uno::UNO_QUERY ); in setData()
378 xContainer.set( xFac, uno::UNO_QUERY ); in setData()

123456