Searched refs:nInsertionIndex (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sd/source/ui/sidebar/ |
H A D | DocumentHelper.cxx | 368 sal_uInt16 nInsertionIndex) in AddMasterPage() argument 389 rTargetDocument.InsertMasterPage (pClonedMasterPage, nInsertionIndex); in AddMasterPage() 544 sal_uInt16 nInsertionIndex = rTargetDocument.GetMasterPageCount(); in ProvideMasterPage() local 547 nInsertionIndex = rpPageList->back()->GetPageNum(); in ProvideMasterPage() 553 pMasterPageInDocument = AddMasterPage (rTargetDocument, pMasterPage, nInsertionIndex); in ProvideMasterPage() 565 = AddMasterPage (rTargetDocument, pNotesMasterPage, nInsertionIndex+1); in ProvideMasterPage()
|
H A D | DocumentHelper.hxx | 81 sal_uInt16 nInsertionIndex);
|
H A D | MasterPagesSelector.hxx | 90 sal_uInt16 nInsertionIndex);
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsInsertionIndicatorHandler.cxx | 248 const sal_Int32 nInsertionIndex, in IsInsertionTrivial() argument 289 if (nInsertionIndex<nFirstIndex || nInsertionIndex>(nLastIndex+1)) in IsInsertionTrivial()
|
H A D | SlsSlotManager.cxx | 1056 const sal_Int32 nInsertionIndex (GetInsertionPosition()); in InsertSlide() local 1070 nInsertionIndex>=0 in InsertSlide() 1071 ? mrSlideSorter.GetModel().GetPageDescriptor(nInsertionIndex)->GetPage() in InsertSlide() 1087 xMasterPages->insertNewByIndex (nInsertionIndex+1); in InsertSlide() 1091 (sal_uInt16)(nInsertionIndex+1), PK_STANDARD); in InsertSlide()
|
H A D | SlsClipboard.cxx | 919 const sal_Int32 nInsertionIndex ( in DetermineInsertPosition() local 923 if (nInsertionIndex >= 0) in DetermineInsertPosition() 924 return mrSlideSorter.GetModel().GetCoreIndex(nInsertionIndex); in DetermineInsertPosition()
|
/trunk/main/canvas/source/vcl/ |
H A D | textlayout.cxx | 309 …rendering::Caret SAL_CALL TextLayout::getCaret( sal_Int32 nInsertionIndex, sal_Bool bExcludeLigatu… in getCaret() argument 313 (void)nInsertionIndex; in getCaret()
|
H A D | textlayout.hxx | 75 …virtual ::com::sun::star::rendering::Caret SAL_CALL getCaret( sal_Int32 nInsertionIndex, sal_Bool …
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XTextLayout.idl | 282 @param nInsertionIndex 295 if nInsertionIndex is outside the permissible range. 297 Caret getCaret( [in] long nInsertionIndex,
|
/trunk/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsInsertionIndicatorHandler.hxx | 110 const sal_Int32 nInsertionIndex,
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_textlayout.hxx | 74 …virtual ::com::sun::star::rendering::Caret SAL_CALL getCaret( sal_Int32 nInsertionIndex, sal_Bool …
|
/trunk/main/canvas/source/null/ |
H A D | null_textlayout.hxx | 72 …virtual ::com::sun::star::rendering::Caret SAL_CALL getCaret( sal_Int32 nInsertionIndex, sal_Bool …
|
/trunk/main/canvas/source/directx/ |
H A D | dx_textlayout.hxx | 75 …virtual ::com::sun::star::rendering::Caret SAL_CALL getCaret( sal_Int32 nInsertionIndex, sal_Bool …
|
Completed in 54 milliseconds