/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport2.cxx | 146 if(!(nFeatures & SEF_EXPORT_WIDTH)) in ImpExportNewTrans_FeaturesAndWrite() 163 if(!(nFeatures & SEF_EXPORT_HEIGHT)) in ImpExportNewTrans_FeaturesAndWrite() 206 if(nFeatures & SEF_EXPORT_X) in ImpExportNewTrans_FeaturesAndWrite() 214 if(nFeatures & SEF_EXPORT_Y) in ImpExportNewTrans_FeaturesAndWrite() 866 if( nFeatures & SEF_EXPORT_X ) 878 if( nFeatures & SEF_EXPORT_Y ) 1094 sal_Int32 nFeatures, argument 1361 if( nFeatures & SEF_EXPORT_X ) 1373 if( nFeatures & SEF_EXPORT_Y ) 1517 if( nFeatures & SEF_EXPORT_X ) [all …]
|
H A D | shapeexport.cxx | 533 sal_Int32 nFeatures /* = SEF_DEFAULT */, in exportShape() argument 765 ImpExportLineShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() 828 ImpExportOLE2Shape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() 835 ImpExportTableShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() 843 ImpExportPageShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() 871 ImpExportGroupShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() 877 ImpExportFrameShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() 883 ImpExportAppletShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() 889 ImpExportPluginShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() 905 ImpExportMediaShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape() [all …]
|
H A D | shapeexport3.cxx | 59 …onst uno::Reference< drawing::XShape >& xShape, XmlShapeType, sal_Int32 nFeatures, awt::Point* pRe… in ImpExport3DSceneShape() argument 69 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint); in ImpExport3DSceneShape() 75 sal_Bool bCreateNewline( (nFeatures & SEF_EXPORT_NO_WS) == 0 ); // #86116#/#92210# in ImpExport3DSceneShape() 89 if(!(nFeatures & SEF_EXPORT_POSITION)) in ImpExport3DSceneShape() 91 nFeatures |= SEF_EXPORT_POSITION; in ImpExport3DSceneShape() 97 exportShapes( xShapes, nFeatures, pRefPoint ); in ImpExport3DSceneShape()
|
H A D | shapeexport4.cxx | 1056 XmlShapeType, sal_Int32 nFeatures, com::sun::star::awt::Point* pRefPoint ) in ImpExportCustomShape() argument 1065 ImpExportNewTrans( xPropSet, nFeatures, pRefPoint ); in ImpExportCustomShape() 1084 sal_Bool bCreateNewline( (nFeatures & SEF_EXPORT_NO_WS) == 0 ); // #86116#/#92210# in ImpExportCustomShape() 1094 …eference< drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures, com::sun::star:… in ImpExportTableShape() argument 1103 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint); in ImpExportTableShape() 1111 const bool bCreateNewline( (nFeatures & SEF_EXPORT_NO_WS) == 0 ); in ImpExportTableShape()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | shapeexport.hxx | 221 …::Reference< com::sun::star::beans::XPropertySet >& xPropSet, sal_Int32 nFeatures, com::sun::star:… 224 …, double fTRShear, double fTRRotate, ::basegfx::B2DTuple& rTRTranslate, const sal_Int32 nFeatures); 232 …un::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, c… 235 …un::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, c… 236 …un::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, c… 245 …un::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, c… 247 …un::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, c… 248 …un::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, c… 253 …un::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, c… 265 sal_Int32 nFeatures = SEF_DEFAULT, [all …]
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePicker.cxx | 566 ::sal_Int32 nFeatures = 0; in initialize() 586 nFeatures |= FEATURE_PASSWORD; in initialize() 594 nFeatures |= FEATURE_PASSWORD; in initialize() 611 nFeatures |= FEATURE_TEMPLATE; in initialize() 618 nFeatures |= FEATURE_LINK; in initialize() 619 nFeatures |= FEATURE_PREVIEW; in initialize() 627 nFeatures |= FEATURE_PLAY; in initialize() 634 nFeatures |= FEATURE_READONLY; in initialize() 635 nFeatures |= FEATURE_VERSION; in initialize() 642 nFeatures |= FEATURE_LINK; in initialize() [all …]
|
H A D | VistaFilePickerImpl.cxx | 436 impl_sta_enableFeatures(nFeatures, nTemplate); in impl_sta_CreateOpenDialog() 477 impl_sta_enableFeatures(nFeatures, nTemplate); in impl_sta_CreateSaveDialog() 547 if ((nFeatures & FEATURE_VERSION) == FEATURE_VERSION) in impl_sta_enableFeatures() 555 if ((nFeatures & FEATURE_TEMPLATE) == FEATURE_TEMPLATE) in impl_sta_enableFeatures() 563 if ((nFeatures & FEATURE_IMAGETEMPLATE) == FEATURE_IMAGETEMPLATE) in impl_sta_enableFeatures() 574 if ((nFeatures & FEATURE_AUTOEXTENSION) == FEATURE_AUTOEXTENSION) in impl_sta_enableFeatures() 581 if ((nFeatures & FEATURE_PASSWORD) == FEATURE_PASSWORD) in impl_sta_enableFeatures() 588 if ((nFeatures & FEATURE_READONLY) == FEATURE_READONLY) in impl_sta_enableFeatures() 602 if ((nFeatures & FEATURE_LINK) == FEATURE_LINK) in impl_sta_enableFeatures() 609 if ((nFeatures & FEATURE_SELECTION) == FEATURE_SELECTION) in impl_sta_enableFeatures() [all …]
|
H A D | VistaFilePickerImpl.hxx | 280 void impl_sta_enableFeatures(::sal_Int32 nFeatures, ::sal_Int32 nTemplate);
|
/aoo42x/main/jvmfwk/source/ |
H A D | elements.cxx | 643 m_javaInfo->nFeatures = pInfo->nFeatures; in setJavaInfo() 654 m_javaInfo->nFeatures = 0; in setJavaInfo() 885 nFeatures(0), nRequirements(0) in CNodeJavaInfo() 964 nFeatures = sFeatures.toInt64(16); in loadFromNode() 1085 (sal_Int64)nFeatures, 16); in writeToNode() 1129 pInfo->nFeatures = nFeatures; in makeJavaInfo()
|
H A D | framework.cxx | 293 (aInfo->nFeatures & JFW_FEATURE_ACCESSBRIDGE) == 0) in jfw_startVM() 512 if ((pJInfo->nFeatures & nFeatureFlags) == nFeatureFlags) in jfw_findAndSelectJRE() 646 && pInfoA->nFeatures == pInfoB->nFeatures in jfw_areEqualJavaInfo() 1280 return pInfo->nFeatures; in getFeatures()
|
H A D | elements.hxx | 87 sal_uInt64 nFeatures; member in jfw::CNodeJavaInfo
|
/aoo42x/main/editeng/source/items/ |
H A D | numitem.cxx | 784 SvxNumRule::SvxNumRule( sal_uLong nFeatures, in SvxNumRule() argument 791 nFeatureFlags(nFeatures), in SvxNumRule() 804 if(nFeatures & NUM_CONTINUOUS) in SvxNumRule()
|
/aoo42x/main/jvmfwk/inc/jvmfwk/ |
H A D | framework.h | 279 sal_uInt64 nFeatures; member
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | numitem.hxx | 278 SvxNumRule( sal_uLong nFeatures,
|
/aoo42x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | sunjavaplugin.cxx | 139 pInfo->nFeatures = info->supportsAccessibility() ? 1 : 0; in createJavaInfo()
|
/aoo42x/main/cui/source/options/ |
H A D | optjava.cxx | 495 if ( ( _pInfo->nFeatures & JFW_FEATURE_ACCESSBRIDGE ) == JFW_FEATURE_ACCESSBRIDGE ) in AddJRE()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 2808 sal_Int32 nFeatures = in exportAnyTextFrame() local 2811 ->exportShape( xShape, nFeatures ); in exportAnyTextFrame()
|