| /trunk/main/autodoc/inc/udm/xml/ |
| H A D | xmlitem.hxx | 50 class Item class 53 virtual ~Item() {} in ~Item() 61 typedef csv::SweList_dyn< Item > ItemList; 84 class Element : public Item 88 DYN Item * let_dpItem ); 100 Item * SetContent( /// For only one content item. 101 …DYN Item * let_dpItem ); /// Replaces previous content. May be 0, then all content … 108 DYN Item * let_dpItem ) = 0; 113 DYN Item * let_dpItem ) = 0; 117 virtual const Item * [all …]
|
| /trunk/main/autodoc/source/udm/xml/ |
| H A D | xmlitem.cxx | 72 class MultiItem : public Item 79 DYN Item * let_dpDatum ) in Add() 93 Dyn< Item > & o_rContent, 94 DYN Item * let_dpItem ); 105 Impl_SetContent( Dyn< Item > & o_rContent, in Impl_SetContent() 106 DYN Item * let_dpItem ) in Impl_SetContent() 159 const Item * pContent = inq_Content(); in do_WriteOut() 209 EmptyElement::op_streamout( DYN Item * ) in op_streamout() argument 221 EmptyElement::do_SetContent( DYN Item * ) in do_SetContent() argument 226 const Item * [all …]
|
| /trunk/main/vbahelper/source/vbahelper/ |
| H A D | vbashaperange.cxx | 97 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementRotation() 108 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementLeft() 119 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementTop() 129 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getHeight() 140 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setHeight() 150 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getWidth() 161 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setWidth() 171 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getLeft() 182 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setLeft() 192 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getTop() [all …]
|
| H A D | vbacommandbarcontrols.hxx | 61 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index, const css::uno::Any& /*Index2*/ )… 81 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index, const css::uno::Any& /*Index2*/ )…
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
| H A D | PendingRequests.java | 34 public synchronized void push(ThreadId tid, Item item) { in push() 43 public synchronized Item pop(ThreadId tid) { in pop() 45 Item i = (Item) s.pop(); in pop() 52 public static final class Item { class in PendingRequests 53 public Item( in Item() method in PendingRequests.Item
|
| H A D | urp.java | 148 PendingRequests.Item pending = pendingIn.pop(tid); in writeReply() 431 inL1Tid, new PendingRequests.Item(internal, desc, args)); in readRequest() 442 PendingRequests.Item pending = pendingOut.pop(inL1Tid); in readReply() 591 outL1Tid, new PendingRequests.Item(internal, desc, arguments)); in writeRequest()
|
| /trunk/main/sw/source/ui/vba/ |
| H A D | vbadocument.cxx | 129 return xCol->Item( index, uno::Any() ); in BuiltInDocumentProperties() 138 return xCol->Item( index, uno::Any() ); in CustomDocumentProperties() 151 return uno::Any( xBookmarksVba->Item( rIndex, uno::Any() ) ); in Bookmarks() 165 return uno::Any( xVariables->Item( rIndex, uno::Any() ) ); in Variables() 173 return xCol->Item( index, uno::Any() ); in Paragraphs() 182 return xCol->Item( index, uno::Any() ); in Styles() 191 return xCol->Item( index, uno::Any() ); in Fields() 205 return xCol->Item( index, uno::Any() ); in Shapes() 214 return xCol->Item( index, uno::Any() ); in Sections() 257 return xColl->Item( aIndex, uno::Any() ); in Tables()
|
| H A D | vbaapplication.cxx | 130 return xCol->Item( index, uno::Any() ); in Documents() 139 return xCol->Item( index, uno::Any() ); in Addins() 148 return xCol->Item( index ); in Dialogs()
|
| /trunk/main/autodoc/source/udm/html/ |
| H A D | htmlitem.cxx | 41 DYN Item * let_dpItem ) in PushElem() 112 TableRow::AddCell( DYN Item * let_dpItem ) in AddCell() 179 DefList::AddTerm( DYN csi::xml::Item* let_dpItem ) in AddTerm() 185 DefList::AddDefinition( DYN csi::xml::Item* let_dpItem ) in AddDefinition() 212 NumeratedList::AddItem( DYN csi::xml::Item* let_dpItem ) in AddItem() 225 SimpleList::AddItem( DYN csi::xml::Item* let_dpItem ) in AddItem()
|
| /trunk/main/binaryurp/source/ |
| H A D | writer.cxx | 56 Writer::Item::Item() {} in Item() function in binaryurp::Writer::Item 58 Writer::Item::Item( in Item() function in binaryurp::Writer::Item 68 Writer::Item::Item( in Item() function in binaryurp::Writer::Item 115 queue_.push_back(Item(tid, oid, type, member, inArguments, cc)); in queueRequest() 127 Item( in queueReply() 157 Item item; in run()
|
| H A D | writer.hxx | 121 struct Item { struct in binaryurp::Writer 122 Item(); 125 Item( 134 Item( 175 std::deque< Item > queue_;
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbaworkbook.cxx | 243 return uno::Any( xWorkSheets->Item( aIndex, uno::Any() ) ); in Worksheets() 252 return uno::Any( xWindows->Item( aIndex, uno::Any() ) ); in Windows() 297 ScVbaWorkbook::Styles( const uno::Any& Item ) throw (uno::RuntimeException) in Styles() argument 303 if ( Item.hasValue() ) in Styles() 304 return dStyles->Item( Item, uno::Any() ); in Styles() 317 return uno::Any( xNames->Item( aIndex, uno::Any() ) ); in Names()
|
| H A D | vbarange.cxx | 643 return uno::makeAny( mxRange->Item( uno::makeAny( vbaIndex ), uno::Any() ) ); in nextElement() 659 …uno::Reference< excel::XRange > xRange( m_xAreas->Item( uno::makeAny(nVBAIndex), uno::Any() ), uno… in getArea() 1091 …uno::Reference< excel::XRange > xRange( m_Areas->Item( uno::makeAny(index), uno::Any() ), uno::UNO… in visit() 1474 …uno::Reference< excel::XRange > xRange( m_Areas->Item( uno::makeAny( sal_Int32(1) ), uno::Any() ),… in getBorders() 1615 …uno::Reference< excel::XRange > xRange( m_Areas->Item( uno::makeAny(index), uno::Any() ), uno::UNO… in ClearContents() 1780 …uno::Reference< excel::XRange > xRange( m_Areas->Item( uno::makeAny(index), uno::Any() ), uno::UNO… in HasFormula() 1820 …uno::Reference< excel::XRange > xRange( xCollection->Item( uno::makeAny( index ), uno::Any() ), un… in fillSeries() 2031 …uno::Reference< excel::XRange > xRange( xCollection->Item( uno::makeAny( index ), uno::Any() ), un… in Address() 2530 …uno::Reference< excel::XRange > xRange( m_Areas->Item( uno::makeAny(index), uno::Any() ), uno::UNO… in setNumberFormat() 2549 …uno::Reference< excel::XRange > xRange( m_Areas->Item( uno::makeAny(index), uno::Any() ), uno::UNO… in getNumberFormat() [all …]
|
| H A D | vbaworksheet.cxx | 403 return xHPageBreaks->Item( aIndex, uno::Any()); in HPageBreaks() 413 return xVPageBreaks->Item( aIndex, uno::Any()); in VPageBreaks() 689 return xColl->Item( Index, uno::Any() ); in ChartObjects() 705 return xColl->Item( Index, uno::Any() ); in PivotTables() 718 return xColl->Item( Index, uno::Any() ); in Comments() 730 …return uno::Reference< XCollection >( mxHlinks, uno::UNO_QUERY_THROW )->Item( aIndex, uno::Any() ); in Hyperlinks() 744 return uno::Any( xNames->Item( aIndex, uno::Any() ) ); in Names() 758 return xOleObjects->Item( Index, uno::Any() ); in OLEObjects() 772 return xVbaShapes->Item( aIndex, uno::Any() ); in Shapes() 784 return mxButtons->Item( rIndex, uno::Any() ); in Buttons()
|
| H A D | vbaworksheets.cxx | 303 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Delete() 387 …uno::Reference< excel::XWorksheet > xSheet( Item( uno::makeAny( nItem ), uno::Any() ), uno::UNO_QU… in Select() 407 ScVbaWorksheets::Item( const uno::Any& Index, const uno::Any& Index2 ) throw (uno::RuntimeExceptio… in Item() function in ScVbaWorksheets 420 …uno::Reference< excel::XWorksheet > xWorkSheet( ScVbaWorksheets_BASE::Item( sIndices[ index ], Ind… in Item() 433 return ScVbaWorksheets_BASE::Item( Index, Index2 ); in Item()
|
| /trunk/main/autodoc/inc/udm/html/ |
| H A D | htmlitem.hxx | 224 DYN csi::xml::Item* let_dpItem = 0 ); 276 DYN csi::xml::Item* let_dpItem = 0 ); 278 DYN csi::xml::Item* let_dpItem = 0 ); 303 DYN csi::xml::Item* let_dpItem = 0 ); 317 DYN csi::xml::Item* let_dpItem = 0 );
|
| /trunk/main/sal/osl/w32/ |
| H A D | file_dirvol.cxx | 1193 oslFileError SAL_CALL osl_acquireDirectoryItem( oslDirectoryItem Item ) in osl_acquireDirectoryItem() argument 1195 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in osl_acquireDirectoryItem() 1205 oslFileError SAL_CALL osl_releaseDirectoryItem( oslDirectoryItem Item ) in osl_releaseDirectoryItem() argument 1207 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in osl_releaseDirectoryItem() 1537 oslDirectoryItem Item, oslFileStatus *pStatus, sal_uInt32 uFieldMask) in osl_getDriveInfo() argument 1539 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in osl_getDriveInfo() 1634 oslDirectoryItem Item, oslFileStatus *pStatus, sal_uInt32 uFieldMask ) in osl_getServerInfo() argument 1636 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in osl_getServerInfo() 1662 oslDirectoryItem Item, in osl_getFileStatus() argument 1666 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in osl_getFileStatus() [all …]
|
| /trunk/main/offapi/com/sun/star/gallery/ |
| H A D | GalleryItemType.idl | 34 /** Item is empty 39 /** Item represents a graphic 44 /** Item represents a media file 49 /** Item represents a drawing
|
| /trunk/main/sfx2/source/sidebar/ |
| H A D | TabBar.hxx | 103 class Item class in sfx2::sidebar::TabBar 113 typedef ::std::vector<Item> ItemContainer; 120 Item* GetItemForId (const ::rtl::OUString& rsId);
|
| H A D | TabBar.cxx | 126 Item& rItem (maItems[nIndex++]); in SetDecks() 129 rItem.mpButton->SetClickHdl(LINK(&rItem, TabBar::Item, HandleClick)); in SetDecks() 225 TabBar::Item* TabBar::GetItemForId (const ::rtl::OUString& rsDeckId) in GetItemForId() 267 IMPL_LINK(TabBar::Item, HandleClick, Button*, EMPTYARG) in IMPL_LINK() argument
|
| /trunk/main/oovbaapi/ooo/vba/ |
| H A D | XCollectionBase.idl | 38 single items, usually via the method "Item". 41 the "Item" method, therefore this method is not part of this base interface 54 Usually this method is called "Item". The access method has to be
|
| /trunk/main/sal/osl/os2/ |
| H A D | file.cxx | 1232 oslFileError osl_acquireDirectoryItem( oslDirectoryItem Item ) in osl_acquireDirectoryItem() argument 1234 OSL_ASSERT( Item ); in osl_acquireDirectoryItem() 1235 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in osl_acquireDirectoryItem() 1248 oslFileError osl_releaseDirectoryItem( oslDirectoryItem Item ) in osl_releaseDirectoryItem() argument 1250 OSL_ASSERT( Item ); in osl_releaseDirectoryItem() 1251 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in osl_releaseDirectoryItem() 2622 oslDirectoryItem Item, oslFileStatus *pStatus, sal_uInt32 uFieldMask) in _osl_getDriveInfo() argument 2624 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in _osl_getDriveInfo() 2701 oslDirectoryItem Item, in osl_getFileStatus() argument 2705 DirectoryItem_Impl *pItemImpl = (DirectoryItem_Impl *)Item; in osl_getFileStatus() [all …]
|
| /trunk/main/sal/inc/osl/ |
| H A D | file.h | 289 oslFileError SAL_CALL osl_acquireDirectoryItem( oslDirectoryItem Item ); 311 oslFileError SAL_CALL osl_releaseDirectoryItem( oslDirectoryItem Item ); 434 oslFileError SAL_CALL osl_getFileStatus( oslDirectoryItem Item, oslFileStatus *pStatus, sal_uInt32 …
|
| /trunk/main/sal/osl/unx/ |
| H A D | file_misc.cxx | 357 oslFileError SAL_CALL osl_acquireDirectoryItem( oslDirectoryItem Item ) in osl_acquireDirectoryItem() argument 359 DirectoryItem_Impl * pImpl = static_cast< DirectoryItem_Impl* >(Item); in osl_acquireDirectoryItem() 371 oslFileError SAL_CALL osl_releaseDirectoryItem( oslDirectoryItem Item ) in osl_releaseDirectoryItem() argument 373 DirectoryItem_Impl * pImpl = static_cast< DirectoryItem_Impl* >(Item); in osl_releaseDirectoryItem()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | chart2uno.cxx | 2398 ScChart2DataSequence::Item::Item() : in Item() function in ScChart2DataSequence::Item 2557 m_aDataArray.push_back(Item()); in BuildDataCache() 2558 Item& rItem = m_aDataArray.back(); in BuildDataCache() 2678 m_aDataArray.push_back(Item()); in FillCacheFromExternalRef() 2679 Item& rItem = m_aDataArray.back(); in FillCacheFromExternalRef() 2705 m_aDataArray.push_back(Item()); in FillCacheFromExternalRef() 2706 Item& rItem = m_aDataArray.back(); in FillCacheFromExternalRef() 2772 list<Item> aDataArray(r.m_aDataArray); in CopyData() 2996 ::std::list<Item>::const_iterator itr = m_aDataArray.begin(), itrEnd = m_aDataArray.end(); in getData() 3025 ::std::list<Item>::const_iterator itr = m_aDataArray.begin(), itrEnd = m_aDataArray.end(); in getNumericalData() [all …]
|