Home
last modified time | relevance | path

Searched refs:nMode (Results 326 – 345 of 345) sorted by relevance

1...<<11121314

/aoo42x/main/editeng/source/editeng/
H A Dimpedit2.cxx2398 EditPaM ImpEditEngine::DeleteLeftOrRight( const EditSelection& rSel, sal_uInt8 nMode, sal_uInt8 nDe… in DeleteLeftOrRight() argument
2408 if ( nMode == DEL_LEFT ) in DeleteLeftOrRight()
2491 sal_Bool bSpecialBackward = ( ( nMode == DEL_LEFT ) && ( nDelMode == DELMODE_SIMPLE ) ) in DeleteLeftOrRight()
H A Dimpedit.hxx785 …EditPaM DeleteLeftOrRight( const EditSelection& rEditSelection, sal_uInt8 nMode, sal_uInt8 nDelM…
/aoo42x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx364 sal_Bool SwCrsrShell::LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode, in LeftRight() argument
411 bRet = pShellCrsr->LeftRight( bLeft, nCnt, nMode, bVisualAllowed, in LeftRight()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.hxx396 …ALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMode ) throw (::com::su…
/aoo42x/main/vcl/source/gdi/
H A Doutdev3.cxx5003 void OutputDevice::SetAntialiasing( sal_uInt16 nMode ) in SetAntialiasing() argument
5005 if ( mnAntialiasing != nMode ) in SetAntialiasing()
5007 mnAntialiasing = nMode; in SetAntialiasing()
5017 mpAlphaVDev->SetAntialiasing( nMode ); in SetAntialiasing()
/aoo42x/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx1047 …< XSTORAGE > SAL_CALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMode )
/aoo42x/main/scaddins/source/analysis/
H A Danalysisadd.idl79 [in] long nStartDate, [in] long nMode )
/aoo42x/main/reportdesign/inc/
H A DReportDefinition.hxx350 …ALL getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMode ) throw (::com::su…
/aoo42x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3751 sheet::SheetLinkMode nMode (xLinkable->getLinkMode()); in WriteTableSource() local
3752 if (nMode != sheet::SheetLinkMode_NONE) in WriteTableSource()
3795 if (nMode != sheet::SheetLinkMode_NORMAL) in WriteTableSource()
/aoo42x/main/sc/source/ui/view/
H A Dviewdata.cxx890 sal_uInt8 nMode ) in SetDragMode() argument
892 nFillMode = nMode; in SetDragMode()
H A Dgridwin.cxx1476 sal_uInt8 nMode = bTop ? SC_FILL_EMBED_LT : SC_FILL_EMBED_RB; in TestMouse() local
1479 aRange.aEnd.Col(), aRange.aEnd.Row(), nMode ); in TestMouse()
/aoo42x/main/vcl/inc/vcl/
H A Doutdev.hxx890 void SetAntialiasing( sal_uInt16 nMode = 0 );
/aoo42x/main/sc/inc/
H A Dtable.hxx267 void SetLink( sal_uInt8 nMode, const String& rDoc, const String& rFlt,
/aoo42x/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java1113 public void setUpdateMode(int nMode) throws com.sun.star.embed.WrongStateException in setUpdateMode() argument
/aoo42x/main/vcl/unx/generic/window/
H A Dsalframe.cxx3602 sal_uLong nMode = pSVData->maWinData.mpFirstFloat->GetPopupModeFlags(); in HandleFocusEvent() local
3604 nMode & ~(FLOATWIN_POPUPMODE_NOAPPFOCUSCLOSE)); in HandleFocusEvent()
/aoo42x/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2158 …on::getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMode ) throw (uno::Runt… in getDocumentSubStorage() argument
2162 return m_pImpl->m_xStorage->openStorageElement(aStorageName, nMode); in getDocumentSubStorage()
/aoo42x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3253 …AL_CALL SfxBaseModel::getDocumentSubStorage( const ::rtl::OUString& aStorageName, sal_Int32 nMode ) in getDocumentSubStorage() argument
3266 xResult = xStorage->openStorageElement( aStorageName, nMode ); in getDocumentSubStorage()
/aoo42x/main/vcl/source/window/
H A Dmenu.cxx1433 sal_uInt16 nMode = 0 ) in ImplCopyItem() argument
1472 if ( nMode == 1 ) in ImplCopyItem()
/aoo42x/main/sw/source/core/layout/
H A Dpaintfrm.cxx3206 void SwRootFrm::HackPrepareLongTblPaint( int nMode ) in HackPrepareLongTblPaint() argument
3208 switch ( nMode ) in HackPrepareLongTblPaint()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3935 rParam.nMode) ); in TabOp()

Completed in 432 milliseconds

1...<<11121314