LibreOffice Module wizards (master) 1
|
Public Member Functions | |
def | __init__ (self, reference=-1, objtype=None) |
def | __iter__ (self) |
def | __next__ (self) |
def | __len__ (self) |
def | Add (self, table, value=acConstants.Missing) |
def | Delete (self, name) |
def | Item (self, index) |
def | Remove (self, tempvarname) |
def | RemoveAll (self) |
Public Member Functions inherited from access2base._BasicObject | |
def | __init__ (self, reference=-1, objtype=None, name='') |
def | __getattr__ (self, name) |
def | __setattr__ (self, name, value) |
def | __repr__ (self) |
def | Name (self) |
def | ObjectType (self) |
def | Dispose (self) |
def | getProperty (self, propertyname, index=acConstants.Missing) |
def | hasProperty (self, propertyname) |
def | Properties (self, index=acConstants.Missing) |
def | setProperty (self, propertyname, value, index=acConstants.Missing) |
Public Attributes | |
localProperties | |
count | |
index | |
Public Attributes inherited from access2base._BasicObject | |
objectreference | |
objecttype | |
name | |
internal | |
localProperties | |
BOF | |
EOF | |
Static Public Attributes | |
classProperties = dict(Count = False) | |
Static Public Attributes inherited from access2base._BasicObject | |
W = _A2B.invokeWrapper | |
tuple | internal_attributes = ('objectreference', 'objecttype', 'name', 'internal') |
def | GetProperty = getProperty |
def | HasProperty = hasProperty |
def | SetProperty = setProperty |
Collection object built as a Python iterator
Definition at line 1067 of file access2base.py.
def access2base._Collection.__init__ | ( | self, | |
reference = -1 , |
|||
objtype = None |
|||
) |
Reimplemented from access2base._BasicObject.
Definition at line 1070 of file access2base.py.
References access2base._Collection.__init__().
Referenced by access2base._Collection.__init__().
def access2base._Collection.__iter__ | ( | self | ) |
Definition at line 1075 of file access2base.py.
References bridges::cpp_uno::shared::VtableSlot.index, pq_sdbc_driver::ReflectionImplementations.index, CharShape.index, HWPDrawingObject.index, ParaShape.index, i18npool::IndexEntrySupplier_Unicode.index, pyuno::PyUNO_list_iterator_Internals.index, DataRangeIterator.index(), SwUndoTableNdsChg::BoxMove.index, SwUndoDelNum::NodeLevel.index, SalLayoutGlyphsCache::CachedGlyphsKey.index, VectorGraphicSearch.index(), XMLTextParagraphExport::DocumentListNodes::NodeData.index, and access2base._Collection.index.
def access2base._Collection.__len__ | ( | self | ) |
Definition at line 1084 of file access2base.py.
References RemoteControlContainer.count, basegfx::B2DPolygon.count(), basegfx::B2DPolyPolygon.count(), basegfx::B2DPolyRange.count(), basegfx::B3DPolygon.count(), basegfx::B3DPolyPolygon.count(), basegfx::BColorModifierStack.count(), ImplB2DPolygon.count(), basegfx::ImplB2DPolyPolygon.count(), basegfx::ImplB2DPolyRange.count(), ImplB3DPolygon.count(), ImplB3DPolyPolygon.count(), bridges::cpp_uno::shared::VtableFactory::Vtables.count, connectivity::OSQLParseNode.count(), Node.count, i18npool::Hangul_Index.count, oox::drawingml::DataLabelsRange.count(), sdr::overlay::OverlayObjectList.count(), oox::core::Relations.count(), o3tl::sorted_vector< SvLinkSource * >.count(), o3tl::sorted_vector< const SwTextField * >.count(), o3tl::sorted_vector< SalFrame * >.count(), o3tl::sorted_vector< int >.count(), o3tl::sorted_vector< SvTreeListEntry * >.count(), o3tl::sorted_vector< sal_uInt32 >.count(), o3tl::sorted_vector< SwPamRange >.count(), o3tl::sorted_vector< std::unique_ptr< SwWriteTableRow >, o3tl::less_uniqueptr_to< SwWriteTableRow > >.count(), o3tl::sorted_vector< ScDPObject * >.count(), o3tl::sorted_vector< sal_uLong >.count(), o3tl::sorted_vector< sal_Int32 >.count(), o3tl::sorted_vector< PointIndex >.count(), o3tl::sorted_vector< SdrOutliner * >.count(), o3tl::sorted_vector< SfxPoolItem * >.count(), o3tl::sorted_vector< SvxTabStop >.count(), o3tl::sorted_vector< Value, Compare, Find, true >.count(), o3tl::sorted_vector< const SfxItemPropertyMapEntry *, SfxItemPropertyMapCompare >.count(), o3tl::sorted_vector< SwRangeRedline *, CompareSwRedlineTable, o3tl::find_partialorder_ptrequals >.count(), o3tl::sorted_vector< css::uno::Reference< css::io::XStreamListener > >.count(), o3tl::sorted_vector< SwAccessibleParagraph * >.count(), o3tl::sorted_vector< css::uno::Reference< css::beans::XPropertySet > >.count(), o3tl::sorted_vector< const SwRedlineData * >.count(), o3tl::sorted_vector< ImpGraphic * >.count(), o3tl::sorted_vector< const C * >.count(), o3tl::sorted_vector< MyProperty, MyPropertyLess >.count(), o3tl::sorted_vector< configmgr::RootAccess * >.count(), o3tl::sorted_vector< OUString >.count(), o3tl::sorted_vector< const ScTokenArray * >.count(), o3tl::sorted_vector< css::uno::Reference< css::drawing::XShape > >.count(), o3tl::sorted_vector< SfxDispatcher * >.count(), o3tl::sorted_vector< const SwNode * >.count(), o3tl::sorted_vector< const SwTableBox * >.count(), o3tl::sorted_vector< sal_Int16 >.count(), o3tl::sorted_vector< MathTypeFont, LessMathTypeFont >.count(), o3tl::sorted_vector< ScFormulaCellGroup * >.count(), o3tl::sorted_vector< SfxItemPropertyMapEntry, SfxItemPropertyMapCompare2 >.count(), o3tl::sorted_vector< const SwFrameFormat * >.count(), o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > >.count(), o3tl::sorted_vector< SvtBroadcaster * >.count(), o3tl::sorted_vector< css::uno::Reference< css::text::XTextFrame > >.count(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >.count(), o3tl::sorted_vector< sal_uInt16 >.count(), Exif::ExifIFD.count, and access2base._Collection.count.
def access2base._Collection.__next__ | ( | self | ) |
Definition at line 1078 of file access2base.py.
References RemoteControlContainer.count, basegfx::B2DPolygon.count(), basegfx::B2DPolyPolygon.count(), basegfx::B2DPolyRange.count(), basegfx::B3DPolygon.count(), basegfx::B3DPolyPolygon.count(), basegfx::BColorModifierStack.count(), ImplB2DPolygon.count(), basegfx::ImplB2DPolyPolygon.count(), basegfx::ImplB2DPolyRange.count(), ImplB3DPolygon.count(), ImplB3DPolyPolygon.count(), bridges::cpp_uno::shared::VtableFactory::Vtables.count, connectivity::OSQLParseNode.count(), Node.count, i18npool::Hangul_Index.count, oox::drawingml::DataLabelsRange.count(), sdr::overlay::OverlayObjectList.count(), oox::core::Relations.count(), o3tl::sorted_vector< SfxDispatcher * >.count(), o3tl::sorted_vector< const SwNode * >.count(), o3tl::sorted_vector< const SwTableBox * >.count(), o3tl::sorted_vector< SwPamRange >.count(), o3tl::sorted_vector< css::uno::Reference< css::beans::XPropertySet > >.count(), o3tl::sorted_vector< sal_uInt16 >.count(), o3tl::sorted_vector< int >.count(), o3tl::sorted_vector< const SwTextField * >.count(), o3tl::sorted_vector< const ScTokenArray * >.count(), o3tl::sorted_vector< const SwRedlineData * >.count(), o3tl::sorted_vector< MathTypeFont, LessMathTypeFont >.count(), o3tl::sorted_vector< sal_uLong >.count(), o3tl::sorted_vector< SvtBroadcaster * >.count(), o3tl::sorted_vector< SfxPoolItem * >.count(), o3tl::sorted_vector< SfxItemPropertyMapEntry, SfxItemPropertyMapCompare2 >.count(), o3tl::sorted_vector< css::uno::Reference< css::text::XTextFrame > >.count(), o3tl::sorted_vector< SvxTabStop >.count(), o3tl::sorted_vector< PointIndex >.count(), o3tl::sorted_vector< SdrOutliner * >.count(), o3tl::sorted_vector< sal_Int32 >.count(), o3tl::sorted_vector< ScFormulaCellGroup * >.count(), o3tl::sorted_vector< css::uno::Reference< css::io::XStreamListener > >.count(), o3tl::sorted_vector< SwAccessibleParagraph * >.count(), o3tl::sorted_vector< SalFrame * >.count(), o3tl::sorted_vector< ScDPObject * >.count(), o3tl::sorted_vector< SvTreeListEntry * >.count(), o3tl::sorted_vector< sal_uInt32 >.count(), o3tl::sorted_vector< SvLinkSource * >.count(), o3tl::sorted_vector< std::unique_ptr< SwWriteTableRow >, o3tl::less_uniqueptr_to< SwWriteTableRow > >.count(), o3tl::sorted_vector< const SfxItemPropertyMapEntry *, SfxItemPropertyMapCompare >.count(), o3tl::sorted_vector< ImpGraphic * >.count(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >.count(), o3tl::sorted_vector< const SwFrameFormat * >.count(), o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > >.count(), o3tl::sorted_vector< SwRangeRedline *, CompareSwRedlineTable, o3tl::find_partialorder_ptrequals >.count(), o3tl::sorted_vector< const C * >.count(), o3tl::sorted_vector< MyProperty, MyPropertyLess >.count(), o3tl::sorted_vector< Value, Compare, Find, true >.count(), o3tl::sorted_vector< OUString >.count(), o3tl::sorted_vector< configmgr::RootAccess * >.count(), o3tl::sorted_vector< sal_Int16 >.count(), o3tl::sorted_vector< css::uno::Reference< css::drawing::XShape > >.count(), Exif::ExifIFD.count, access2base._Collection.count, bridges::cpp_uno::shared::VtableSlot.index, pq_sdbc_driver::ReflectionImplementations.index, CharShape.index, HWPDrawingObject.index, ParaShape.index, i18npool::IndexEntrySupplier_Unicode.index, pyuno::PyUNO_list_iterator_Internals.index, DataRangeIterator.index(), SwUndoTableNdsChg::BoxMove.index, SwUndoDelNum::NodeLevel.index, SalLayoutGlyphsCache::CachedGlyphsKey.index, VectorGraphicSearch.index(), XMLTextParagraphExport::DocumentListNodes::NodeData.index, access2base._Collection.index, binaryurp::Writer::Item.Item(), ScChart2DataSequence::Item.Item(), ScQueryEntry::Item.Item(), ScEditDataArray::Item.Item(), ScVbaMenuBars.Item(), ScVbaCommandBars.Item(), ScVbaAxes.Item(), ScVbaDialogs.Item(), SwVbaDialogs.Item(), VbaDialogsBase.Item(), ScVbaFileDialogSelectedItems.Item(), ScVbaMenuItems.Item(), ScVbaMenus.Item(), ScVbaCommandBarControls.Item(), VbaDummyCommandBarControls.Item(), SwVbaColumns.Item(), SwVbaHeadersFooters.Item(), SwVbaListGalleries.Item(), SwVbaListLevels.Item(), SwVbaListTemplates.Item(), SwVbaRows.Item(), ScVbaCollectionBase< typename... Ifc >.Item(), ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >.Item(), ScVbaWorksheets.Item(), SwVbaStyles.Item(), ScVbaRange.Item(), formula::FormulaTokenIterator::Item.Item(), basctl::LibInfo::Item.Item(), access2base._Collection.Item(), XFStyleContainer.Item(), and sfx2::sidebar::TabBar::Item.Item().
def access2base._Collection.Add | ( | self, | |
table, | |||
value = acConstants.Missing |
|||
) |
Definition at line 1087 of file access2base.py.
References RemoteControlContainer.count, bridges::cpp_uno::shared::VtableFactory::Vtables.count, chart::ComplexCategory.Count, connectivity::IParseContext.Count, SfxStyleSheetIterator.Count(), SvxAttrNameTable.Count(), SvxFieldUnitTable.Count(), SvxNumberingTypeTable.Count(), StackHack.Count(), SwFieldUnitTable.Count(), SwSeqFieldList.Count(), basegfx::B2DPolygon.count(), basegfx::B2DPolyPolygon.count(), basegfx::B2DPolyRange.count(), basegfx::B3DPolygon.count(), basegfx::B3DPolyPolygon.count(), basegfx::BColorModifierStack.count(), ImplB2DPolygon.count(), basegfx::ImplB2DPolyPolygon.count(), basegfx::ImplB2DPolyRange.count(), ImplB3DPolygon.count(), ImplB3DPolyPolygon.count(), SbxArray.Count(), connectivity::dbase::ONDXPage.Count(), connectivity::OSQLParseNode.count(), CharAttribList.Count(), EditDoc.Count(), EditLineList.Count(), ItemList.Count(), OutlinerParaObject.Count(), ParaPortionList.Count(), SvxTabStopItem.Count(), TextPortionList.Count(), PPTPortionObj.Count(), PPTTextObj.Count(), frm::OGroup.Count(), Node.count, i18npool::Hangul_Index.count, oox::drawingml::DataLabelsRange.count(), ScAttrArray.Count(), ScCsvSplits.Count(), ScDetOpList.Count(), ScRangeFindList.Count(), sca::analysis::ComplexList.Count(), sca::analysis::ScaDoubleList.Count(), sca::analysis::SortedIndividualInt32List.Count(), PortionObj.Count(), TextObj.Count(), SfxInterface.Count(), FileList.Count(), SfxItemSet.Count(), SvAddressParser.Count(), SvNumberFormatterRegistry_Impl.Count(), SvObjectServerList.Count(), sdr::overlay::OverlayObjectList.count(), SdrObjListIter.Count(), SearchAttrItemList.Count(), SvxClipboardFormatItem.Count(), SvxColumnItem.Count(), XPolyPolygon.Count(), XPropertyList.Count(), BigPtrArray.Count(), SwAttrSetChg.Count(), SwCollectTableLineBoxes.Count(), SwHistory.Count(), SwInputFieldList.Count(), SwNodes.Count(), SwPageNumAndTypeOfAnchors.Count(), SwPamRanges.Count(), SwpHints.Count(), SwTabCols.Count(), SwWrongList.Count(), WW8_WrPlc0.Count(), WW8_WrPlc1.Count(), WW8_WrPlcTextBoxes.Count(), WW8PLCFx_SubDoc.Count(), tools::PolyPolygon.Count(), EventList.Count(), SortedEntryList.Count(), Animation.Count(), ImplMultiTextLineInfo.Count(), vcl::font::PhysicalFontCollection.Count(), vcl::font::PhysicalFontFaceCollection.Count(), TEParaPortions.Count(), TextCharAttribList.Count(), SwStyleSheetIterator.Count(), ScMatrixImpl.Count(), ScMatrix.Count(), oox::core::Relations.count(), o3tl::sorted_vector< MyProperty, MyPropertyLess >.count(), o3tl::sorted_vector< const C * >.count(), o3tl::sorted_vector< ImpGraphic * >.count(), o3tl::sorted_vector< sal_uInt16 >.count(), o3tl::sorted_vector< css::uno::Reference< css::beans::XPropertySet > >.count(), o3tl::sorted_vector< MathTypeFont, LessMathTypeFont >.count(), o3tl::sorted_vector< configmgr::RootAccess * >.count(), o3tl::sorted_vector< ScDPObject * >.count(), o3tl::sorted_vector< const SfxItemPropertyMapEntry *, SfxItemPropertyMapCompare >.count(), o3tl::sorted_vector< std::unique_ptr< SwWriteTableRow >, o3tl::less_uniqueptr_to< SwWriteTableRow > >.count(), o3tl::sorted_vector< const SwTextField * >.count(), o3tl::sorted_vector< const SwRedlineData * >.count(), o3tl::sorted_vector< sal_Int32 >.count(), o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > >.count(), o3tl::sorted_vector< const SwFrameFormat * >.count(), o3tl::sorted_vector< SwAccessibleParagraph * >.count(), o3tl::sorted_vector< SalFrame * >.count(), o3tl::sorted_vector< css::uno::Reference< css::io::XStreamListener > >.count(), o3tl::sorted_vector< ScFormulaCellGroup * >.count(), o3tl::sorted_vector< int >.count(), o3tl::sorted_vector< const ScTokenArray * >.count(), o3tl::sorted_vector< SfxPoolItem * >.count(), o3tl::sorted_vector< SvTreeListEntry * >.count(), o3tl::sorted_vector< sal_uLong >.count(), o3tl::sorted_vector< SfxItemPropertyMapEntry, SfxItemPropertyMapCompare2 >.count(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >.count(), o3tl::sorted_vector< sal_Int16 >.count(), o3tl::sorted_vector< sal_uInt32 >.count(), o3tl::sorted_vector< PointIndex >.count(), o3tl::sorted_vector< OUString >.count(), o3tl::sorted_vector< css::uno::Reference< css::drawing::XShape > >.count(), o3tl::sorted_vector< SfxDispatcher * >.count(), o3tl::sorted_vector< const SwNode * >.count(), o3tl::sorted_vector< const SwTableBox * >.count(), o3tl::sorted_vector< SwPamRange >.count(), o3tl::sorted_vector< SvLinkSource * >.count(), o3tl::sorted_vector< SvtBroadcaster * >.count(), o3tl::sorted_vector< SvxTabStop >.count(), o3tl::sorted_vector< css::uno::Reference< css::text::XTextFrame > >.count(), o3tl::sorted_vector< SdrOutliner * >.count(), o3tl::sorted_vector< Value, Compare, Find, true >.count(), o3tl::sorted_vector< SwRangeRedline *, CompareSwRedlineTable, o3tl::find_partialorder_ptrequals >.count(), Exif::ExifIFD.count, access2base._Collection.count, access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
def access2base._Collection.Delete | ( | self, | |
name | |||
) |
Definition at line 1094 of file access2base.py.
References access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
def access2base._Collection.Item | ( | self, | |
index | |||
) |
Definition at line 1096 of file access2base.py.
References access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
Referenced by access2base._Collection.__next__().
def access2base._Collection.Remove | ( | self, | |
tempvarname | |||
) |
Definition at line 1098 of file access2base.py.
References RemoteControlContainer.count, bridges::cpp_uno::shared::VtableFactory::Vtables.count, chart::ComplexCategory.Count, connectivity::IParseContext.Count, SfxStyleSheetIterator.Count(), SvxAttrNameTable.Count(), SvxFieldUnitTable.Count(), SvxNumberingTypeTable.Count(), StackHack.Count(), SwFieldUnitTable.Count(), SwSeqFieldList.Count(), basegfx::B2DPolygon.count(), basegfx::B2DPolyPolygon.count(), basegfx::B2DPolyRange.count(), basegfx::B3DPolygon.count(), basegfx::B3DPolyPolygon.count(), basegfx::BColorModifierStack.count(), ImplB2DPolygon.count(), basegfx::ImplB2DPolyPolygon.count(), basegfx::ImplB2DPolyRange.count(), ImplB3DPolygon.count(), ImplB3DPolyPolygon.count(), SbxArray.Count(), connectivity::dbase::ONDXPage.Count(), connectivity::OSQLParseNode.count(), CharAttribList.Count(), EditDoc.Count(), EditLineList.Count(), ItemList.Count(), OutlinerParaObject.Count(), ParaPortionList.Count(), SvxTabStopItem.Count(), TextPortionList.Count(), PPTPortionObj.Count(), PPTTextObj.Count(), frm::OGroup.Count(), Node.count, i18npool::Hangul_Index.count, oox::drawingml::DataLabelsRange.count(), ScAttrArray.Count(), ScCsvSplits.Count(), ScDetOpList.Count(), ScRangeFindList.Count(), sca::analysis::ComplexList.Count(), sca::analysis::ScaDoubleList.Count(), sca::analysis::SortedIndividualInt32List.Count(), PortionObj.Count(), TextObj.Count(), SfxInterface.Count(), FileList.Count(), SfxItemSet.Count(), SvAddressParser.Count(), SvNumberFormatterRegistry_Impl.Count(), SvObjectServerList.Count(), sdr::overlay::OverlayObjectList.count(), SdrObjListIter.Count(), SearchAttrItemList.Count(), SvxClipboardFormatItem.Count(), SvxColumnItem.Count(), XPolyPolygon.Count(), XPropertyList.Count(), BigPtrArray.Count(), SwAttrSetChg.Count(), SwCollectTableLineBoxes.Count(), SwHistory.Count(), SwInputFieldList.Count(), SwNodes.Count(), SwPageNumAndTypeOfAnchors.Count(), SwPamRanges.Count(), SwpHints.Count(), SwTabCols.Count(), SwWrongList.Count(), WW8_WrPlc0.Count(), WW8_WrPlc1.Count(), WW8_WrPlcTextBoxes.Count(), WW8PLCFx_SubDoc.Count(), tools::PolyPolygon.Count(), EventList.Count(), SortedEntryList.Count(), Animation.Count(), ImplMultiTextLineInfo.Count(), vcl::font::PhysicalFontCollection.Count(), vcl::font::PhysicalFontFaceCollection.Count(), TEParaPortions.Count(), TextCharAttribList.Count(), SwStyleSheetIterator.Count(), ScMatrixImpl.Count(), ScMatrix.Count(), oox::core::Relations.count(), o3tl::sorted_vector< MyProperty, MyPropertyLess >.count(), o3tl::sorted_vector< const C * >.count(), o3tl::sorted_vector< ImpGraphic * >.count(), o3tl::sorted_vector< sal_uInt16 >.count(), o3tl::sorted_vector< css::uno::Reference< css::beans::XPropertySet > >.count(), o3tl::sorted_vector< MathTypeFont, LessMathTypeFont >.count(), o3tl::sorted_vector< configmgr::RootAccess * >.count(), o3tl::sorted_vector< ScDPObject * >.count(), o3tl::sorted_vector< const SfxItemPropertyMapEntry *, SfxItemPropertyMapCompare >.count(), o3tl::sorted_vector< std::unique_ptr< SwWriteTableRow >, o3tl::less_uniqueptr_to< SwWriteTableRow > >.count(), o3tl::sorted_vector< const SwTextField * >.count(), o3tl::sorted_vector< const SwRedlineData * >.count(), o3tl::sorted_vector< sal_Int32 >.count(), o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > >.count(), o3tl::sorted_vector< const SwFrameFormat * >.count(), o3tl::sorted_vector< SwAccessibleParagraph * >.count(), o3tl::sorted_vector< SalFrame * >.count(), o3tl::sorted_vector< css::uno::Reference< css::io::XStreamListener > >.count(), o3tl::sorted_vector< ScFormulaCellGroup * >.count(), o3tl::sorted_vector< int >.count(), o3tl::sorted_vector< const ScTokenArray * >.count(), o3tl::sorted_vector< SfxPoolItem * >.count(), o3tl::sorted_vector< SvTreeListEntry * >.count(), o3tl::sorted_vector< sal_uLong >.count(), o3tl::sorted_vector< SfxItemPropertyMapEntry, SfxItemPropertyMapCompare2 >.count(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >.count(), o3tl::sorted_vector< sal_Int16 >.count(), o3tl::sorted_vector< sal_uInt32 >.count(), o3tl::sorted_vector< PointIndex >.count(), o3tl::sorted_vector< OUString >.count(), o3tl::sorted_vector< css::uno::Reference< css::drawing::XShape > >.count(), o3tl::sorted_vector< SfxDispatcher * >.count(), o3tl::sorted_vector< const SwNode * >.count(), o3tl::sorted_vector< const SwTableBox * >.count(), o3tl::sorted_vector< SwPamRange >.count(), o3tl::sorted_vector< SvLinkSource * >.count(), o3tl::sorted_vector< SvtBroadcaster * >.count(), o3tl::sorted_vector< SvxTabStop >.count(), o3tl::sorted_vector< css::uno::Reference< css::text::XTextFrame > >.count(), o3tl::sorted_vector< SdrOutliner * >.count(), o3tl::sorted_vector< Value, Compare, Find, true >.count(), o3tl::sorted_vector< SwRangeRedline *, CompareSwRedlineTable, o3tl::find_partialorder_ptrequals >.count(), Exif::ExifIFD.count, access2base._Collection.count, access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
def access2base._Collection.RemoveAll | ( | self | ) |
Definition at line 1102 of file access2base.py.
References RemoteControlContainer.count, bridges::cpp_uno::shared::VtableFactory::Vtables.count, chart::ComplexCategory.Count, connectivity::IParseContext.Count, SfxStyleSheetIterator.Count(), SvxAttrNameTable.Count(), SvxFieldUnitTable.Count(), SvxNumberingTypeTable.Count(), StackHack.Count(), SwFieldUnitTable.Count(), SwSeqFieldList.Count(), basegfx::B2DPolygon.count(), basegfx::B2DPolyPolygon.count(), basegfx::B2DPolyRange.count(), basegfx::B3DPolygon.count(), basegfx::B3DPolyPolygon.count(), basegfx::BColorModifierStack.count(), ImplB2DPolygon.count(), basegfx::ImplB2DPolyPolygon.count(), basegfx::ImplB2DPolyRange.count(), ImplB3DPolygon.count(), ImplB3DPolyPolygon.count(), SbxArray.Count(), connectivity::dbase::ONDXPage.Count(), connectivity::OSQLParseNode.count(), CharAttribList.Count(), EditDoc.Count(), EditLineList.Count(), ItemList.Count(), OutlinerParaObject.Count(), ParaPortionList.Count(), SvxTabStopItem.Count(), TextPortionList.Count(), PPTPortionObj.Count(), PPTTextObj.Count(), frm::OGroup.Count(), Node.count, i18npool::Hangul_Index.count, oox::drawingml::DataLabelsRange.count(), ScAttrArray.Count(), ScCsvSplits.Count(), ScDetOpList.Count(), ScRangeFindList.Count(), sca::analysis::ComplexList.Count(), sca::analysis::ScaDoubleList.Count(), sca::analysis::SortedIndividualInt32List.Count(), PortionObj.Count(), TextObj.Count(), SfxInterface.Count(), FileList.Count(), SfxItemSet.Count(), SvAddressParser.Count(), SvNumberFormatterRegistry_Impl.Count(), SvObjectServerList.Count(), sdr::overlay::OverlayObjectList.count(), SdrObjListIter.Count(), SearchAttrItemList.Count(), SvxClipboardFormatItem.Count(), SvxColumnItem.Count(), XPolyPolygon.Count(), XPropertyList.Count(), BigPtrArray.Count(), SwAttrSetChg.Count(), SwCollectTableLineBoxes.Count(), SwHistory.Count(), SwInputFieldList.Count(), SwNodes.Count(), SwPageNumAndTypeOfAnchors.Count(), SwPamRanges.Count(), SwpHints.Count(), SwTabCols.Count(), SwWrongList.Count(), WW8_WrPlc0.Count(), WW8_WrPlc1.Count(), WW8_WrPlcTextBoxes.Count(), WW8PLCFx_SubDoc.Count(), tools::PolyPolygon.Count(), EventList.Count(), SortedEntryList.Count(), Animation.Count(), ImplMultiTextLineInfo.Count(), vcl::font::PhysicalFontCollection.Count(), vcl::font::PhysicalFontFaceCollection.Count(), TEParaPortions.Count(), TextCharAttribList.Count(), SwStyleSheetIterator.Count(), ScMatrixImpl.Count(), ScMatrix.Count(), oox::core::Relations.count(), o3tl::sorted_vector< MyProperty, MyPropertyLess >.count(), o3tl::sorted_vector< const C * >.count(), o3tl::sorted_vector< ImpGraphic * >.count(), o3tl::sorted_vector< sal_uInt16 >.count(), o3tl::sorted_vector< css::uno::Reference< css::beans::XPropertySet > >.count(), o3tl::sorted_vector< MathTypeFont, LessMathTypeFont >.count(), o3tl::sorted_vector< configmgr::RootAccess * >.count(), o3tl::sorted_vector< ScDPObject * >.count(), o3tl::sorted_vector< const SfxItemPropertyMapEntry *, SfxItemPropertyMapCompare >.count(), o3tl::sorted_vector< std::unique_ptr< SwWriteTableRow >, o3tl::less_uniqueptr_to< SwWriteTableRow > >.count(), o3tl::sorted_vector< const SwTextField * >.count(), o3tl::sorted_vector< const SwRedlineData * >.count(), o3tl::sorted_vector< sal_Int32 >.count(), o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > >.count(), o3tl::sorted_vector< const SwFrameFormat * >.count(), o3tl::sorted_vector< SwAccessibleParagraph * >.count(), o3tl::sorted_vector< SalFrame * >.count(), o3tl::sorted_vector< css::uno::Reference< css::io::XStreamListener > >.count(), o3tl::sorted_vector< ScFormulaCellGroup * >.count(), o3tl::sorted_vector< int >.count(), o3tl::sorted_vector< const ScTokenArray * >.count(), o3tl::sorted_vector< SfxPoolItem * >.count(), o3tl::sorted_vector< SvTreeListEntry * >.count(), o3tl::sorted_vector< sal_uLong >.count(), o3tl::sorted_vector< SfxItemPropertyMapEntry, SfxItemPropertyMapCompare2 >.count(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >.count(), o3tl::sorted_vector< sal_Int16 >.count(), o3tl::sorted_vector< sal_uInt32 >.count(), o3tl::sorted_vector< PointIndex >.count(), o3tl::sorted_vector< OUString >.count(), o3tl::sorted_vector< css::uno::Reference< css::drawing::XShape > >.count(), o3tl::sorted_vector< SfxDispatcher * >.count(), o3tl::sorted_vector< const SwNode * >.count(), o3tl::sorted_vector< const SwTableBox * >.count(), o3tl::sorted_vector< SwPamRange >.count(), o3tl::sorted_vector< SvLinkSource * >.count(), o3tl::sorted_vector< SvtBroadcaster * >.count(), o3tl::sorted_vector< SvxTabStop >.count(), o3tl::sorted_vector< css::uno::Reference< css::text::XTextFrame > >.count(), o3tl::sorted_vector< SdrOutliner * >.count(), o3tl::sorted_vector< Value, Compare, Find, true >.count(), o3tl::sorted_vector< SwRangeRedline *, CompareSwRedlineTable, o3tl::find_partialorder_ptrequals >.count(), Exif::ExifIFD.count, access2base._Collection.count, access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
|
static |
Definition at line 1069 of file access2base.py.
Referenced by access2base._BasicObject.__getattr__(), access2base._BasicObject.__setattr__(), and access2base._BasicObject.hasProperty().
access2base._Collection.count |
Definition at line 1073 of file access2base.py.
Referenced by access2base._Collection.__len__(), access2base._Collection.__next__(), access2base._Collection.Add(), access2base._Collection.Remove(), and access2base._Collection.RemoveAll().
access2base._Collection.index |
Definition at line 1074 of file access2base.py.
Referenced by access2base._Collection.__iter__(), and access2base._Collection.__next__().
access2base._Collection.localProperties |
Definition at line 1072 of file access2base.py.
Referenced by access2base._BasicObject.__setattr__(), and scriptforge.SFServices.__setattr__().