Home
last modified time | relevance | path

Searched refs:aIndex (Results 51 – 75 of 79) sorted by relevance

1234

/aoo42x/main/sw/source/core/doc/
H A Ddoclay.cxx808 SwNodeIndex aIndex( *(rCntnt.GetCntntIdx()), 1 ); in MakeFlyAndMove() local
809 SwCntntNode *pNode = aIndex.GetNode().GetCntntNode(); in MakeFlyAndMove()
813 SwPosition aPos( aIndex ); in MakeFlyAndMove()
855 aIndex = rCntnt.GetCntntIdx()->GetNode().EndOfSectionIndex() - 1; in MakeFlyAndMove()
856 ASSERT( aIndex.GetNode().GetTxtNode(), in MakeFlyAndMove()
859 GetNodes().Delete( aIndex, 1 ); in MakeFlyAndMove()
/aoo42x/main/sw/source/ui/vba/
H A Dvbaselection.cxx559 SwVbaSelection::Tables( const uno::Any& aIndex ) throw (uno::RuntimeException) in Tables() argument
563 if ( !aIndex.hasValue() ) // currently we can't support multiple tables in a selection in Tables()
572 aIndex >>= nIndex; in Tables()
H A Dvbaselection.hxx88 …virtual css::uno::Any SAL_CALL Tables( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
89 …virtual css::uno::Any SAL_CALL Fields( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
H A Dvbawindow.hxx50 …virtual css::uno::Any SAL_CALL Panes( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcept…
H A Dvbaheaderfooter.hxx50 …virtual css::uno::Any SAL_CALL Shapes( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
H A Dvbatable.hxx44 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExce…
/aoo42x/main/sw/source/ui/docvw/
H A DSidebarWin.cxx374 sal_uInt16 aIndex = SW_MOD()->InsertRedlineAuthor(GetAuthor()); in InitControls() local
375 SetColor( mrMgr.GetColorDark(aIndex), in InitControls()
376 mrMgr.GetColorLight(aIndex), in InitControls()
377 mrMgr.GetColorAnchor(aIndex)); in InitControls()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx200 uno::Any aIndex; in Range() local
201 aIndex <<= sIndices; in Range()
202 xShapes = getShapesByArrayIndices( aIndex ); in Range()
H A Dvbacommandbars.hxx53 …virtual css::uno::Any SAL_CALL Item( const css::uno::Any& aIndex, const css::uno::Any& /*aIndex2*/…
H A Dvbacommandbarcontrol.hxx74 …virtual css::uno::Any SAL_CALL Controls( const css::uno::Any& aIndex ) throw (css::script::BasicEr…
/aoo42x/main/sw/source/core/layout/
H A Dnewfrm.cxx535 SwNodeIndex aIndex( *pDoc->GetNodes().GetEndOfContent().StartOfSectionNode() ); in Init() local
536 SwCntntNode *pNode = pDoc->GetNodes().GoNextSection( &aIndex, sal_True, sal_False ); in Init()
/aoo42x/main/sc/source/ui/vba/
H A Dvbawindow.cxx277 ScVbaWindow::SelectedSheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in SelectedSheets() argument
282 if ( aIndex.hasValue() ) in SelectedSheets()
285 return xColl->Item( aIndex, uno::Any() ); in SelectedSheets()
H A Dvbaaxes.hxx39 …css::uno::Any SAL_CALL Item( const css::uno::Any& aIndex, const css::uno::Any& aIndex2 ) throw (cs…
H A Dvbarange.cxx2315 ScVbaRange::Rows(const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows() argument
2323 if ( aIndex.hasValue() ) in Rows()
2329 if( aIndex >>= nValue ) in Rows()
2335 else if ( aIndex >>= sAddress ) in Rows()
2362 ScVbaRange::Columns(const uno::Any& aIndex ) throw (uno::RuntimeException) in Columns() argument
2374 if ( aIndex.hasValue() ) in Columns()
2376 if ( aIndex >>= nValue ) in Columns()
2382 else if ( aIndex >>= sAddress ) in Columns()
4852 ScVbaRange::Hyperlinks( const uno::Any& aIndex ) throw (uno::RuntimeException) in Hyperlinks() argument
4867 if( aIndex.hasValue() ) in Hyperlinks()
[all …]
H A Dvbawindow.hxx114 …virtual css::uno::Any SAL_CALL SelectedSheets( const css::uno::Any& aIndex ) throw (css::uno::Runt…
/aoo42x/main/sw/source/core/undo/
H A Dundobj1.cxx289 SwIndex aIndex( pNode, mnCrsrSaveIndexPos ); in UndoImpl() local
290 SwPosition aPos( *pNode, aIndex ); in UndoImpl()
/aoo42x/main/fpicker/source/win32/filepicker/
H A DFilterContainer.hxx69 sal_Bool SAL_CALL getFilter( sal_Int32 aIndex, ::rtl::OUString& theFilter ) const;
H A DFileOpenDlg.hxx166 bool SAL_CALL setFilterIndex(sal_uInt32 aIndex);
/aoo42x/main/sw/source/core/unocore/
H A Dunoredline.cxx57 SwXRedlineText::SwXRedlineText(SwDoc* _pDoc, SwNodeIndex aIndex) : in SwXRedlineText() argument
59 aNodeIndex(aIndex) in SwXRedlineText()
/aoo42x/main/xmloff/source/style/
H A Dxmlstyle.cxx382 SvXMLStyleIndex_Impl aIndex( nFamily, rName ); in FindStyleChildContext() local
384 if( pIndices->Seek_Entry( &aIndex, &nPos ) ) in FindStyleChildContext()
/aoo42x/main/vbahelper/inc/vbahelper/
H A Dvbaapplicationbase.hxx56 …virtual css::uno::Any SAL_CALL CommandBars( const css::uno::Any& aIndex ) throw (css::uno::Runtime…
/aoo42x/main/basctl/source/basicide/
H A Dbaside2b.cxx1401 String aVar, aIndex; in AddWatch() local
1402 lcl_SeparateNameAndIndex( rVName, aVar, aIndex ); in AddWatch()
2030 String aIndex; in ImplBasicEntryEdited() local
/aoo42x/main/sfx2/source/appl/
H A Dnewhelp.cxx680 ::rtl::OUString aIndex, aTempString; in InitializeIndex()
700 if ( aIndex != aTempString ) in InitializeIndex()
702 aIndex = aTempString; in InitializeIndex()
707 aIndex = ::rtl::OUString(); in InitializeIndex()
/aoo42x/main/sw/source/core/access/
H A Dacccontext.cxx1024 SwIndex aIndex( const_cast< SwTxtNode * >( pTxtNd ), in grabFocus() local
1026 SwPosition aStartPos( *pTxtNd, aIndex ); in grabFocus()
/aoo42x/main/sw/source/core/txtnode/
H A Dthints.cxx1947 SwIndex aIndex( this, nStt ); in SetAttr() local
1948 RstTxtAttr( aIndex, nEnd - nStt, RES_TXTATR_CHARFMT, 0 ); in SetAttr()
1949 DontExpandFmt( aIndex ); in SetAttr()

Completed in 416 milliseconds

1234