Home
last modified time | relevance | path

Searched refs:nContainerIndex (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/fwi/uielement/
H A Ditemcontainer.cxx76 sal_Int32 nContainerIndex = -1; in ItemContainer() local
83 nContainerIndex = j; in ItemContainer()
88 if ( xIndexAccess.is() && nContainerIndex >= 0 ) in ItemContainer()
89 … aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess, rMutex ); in ItemContainer()
111 sal_Int32 nContainerIndex = -1; in copyItemContainer() local
119 nContainerIndex = j; in copyItemContainer()
124 if ( xIndexAccess.is() && nContainerIndex >= 0 ) in copyItemContainer()
125 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess, rMutex ); in copyItemContainer()
H A Drootitemcontainer.cxx143 sal_Int32 nContainerIndex = -1; in RootItemContainer() local
150 nContainerIndex = j; in RootItemContainer()
155 if ( xIndexAccess.is() && nContainerIndex >= 0 ) in RootItemContainer()
156 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in RootItemContainer()
179 sal_Int32 nContainerIndex = -1; in copyItemContainer() local
187 nContainerIndex = j; in copyItemContainer()
192 if ( xIndexAccess.is() && nContainerIndex >= 0 ) in copyItemContainer()
193 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in copyItemContainer()
H A Dconstitemcontainer.cxx214 sal_Int32 nContainerIndex = -1; in ConstItemContainer() local
221 nContainerIndex = j; in ConstItemContainer()
226 if ( xIndexAccess.is() && nContainerIndex >= 0 ) in ConstItemContainer()
227 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in ConstItemContainer()
250 sal_Int32 nContainerIndex = -1; in copyItemContainer() local
258 nContainerIndex = j; in copyItemContainer()
263 if ( xIndexAccess.is() && nContainerIndex >= 0 ) in copyItemContainer()
264 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in copyItemContainer()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx440 sal_Int32 nContainerIndex = getElementPos(xContainer.get(), xElement); in Remove() local
442 if (nContainerIndex >= 0) in Remove()
449 xElement, nContainerIndex )); in Remove()
456 xContainer->removeByIndex(nContainerIndex ); in Remove()

Completed in 38 milliseconds