Home
last modified time | relevance | path

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

12345678910>>...14

/aoo42x/main/cui/source/tabpages/
H A Dautocdlg.cxx2286 sal_uInt16 nMode = SGL_START; in IMPL_LINK() local
2288 nMode = SGL_END; in IMPL_LINK()
2290 nMode = DBL_START; in IMPL_LINK()
2292 nMode = DBL_END; in IMPL_LINK()
2297 pMap->SetText(nMode < SGL_END ? sStartQuoteDlg : sEndQuoteDlg ); in IMPL_LINK()
2302 switch( nMode ) in IMPL_LINK()
2335 switch( nMode ) in IMPL_LINK()
/aoo42x/main/sw/source/core/undo/
H A Duntbl.cxx2957 pHistory( 0 ), nMode( eMode ), nFmlEnd( 0 ), bCalcNewSize( bNewSize ) in SwUndoSplitTbl()
2959 switch( nMode ) in SwUndoSplitTbl()
2998 switch( nMode ) in UndoImpl()
3050 pDoc->SplitTable( *pPam->GetPoint(), nMode, bCalcNewSize ); in RedoImpl()
3060 pDoc->SplitTable( *pPam->GetPoint(), nMode, bCalcNewSize ); in RepeatImpl()
3080 pHistory( 0 ), nMode( nMd ), bWithPrev( bWithPrv ) in SwUndoMergeTbl()
3180 pDoc->MergeTable( *pPam->GetPoint(), bWithPrev, nMode ); in RedoImpl()
3190 pDoc->MergeTable( *pPam->GetPoint(), bWithPrev, nMode ); in RepeatImpl()
/aoo42x/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx487 …ol XPMReader::ImplCompare( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nSize, sal_uLong nMode ) in ImplCompare() argument
491 if ( nMode == XPMCASENONSENSITIVE ) in ImplCompare()
/aoo42x/main/svx/inc/svx/
H A Dsvdpntv.hxx498 void SetGraphicManagerDrawMode( sal_uIntPtr nMode ) { nGraphicManagerDrawMode = nMode; } in SetGraphicManagerDrawMode() argument
H A Dsvdmodel.hxx516 void SetSwapGraphicsMode(sal_uIntPtr nMode) { nSwapGraphicsMode = nMode; } in SetSwapGraphicsMode() argument
/aoo42x/main/sd/source/ui/func/
H A Dfuconbez.cxx372 void FuConstructBezierPolygon::SetEditMode(sal_uInt16 nMode) in SetEditMode() argument
374 nEditMode = nMode; in SetEditMode()
/aoo42x/main/sw/source/ui/shells/
H A Dtabsh.cxx1344 TblChgMode nMode = rSh.GetTblChgMode(); in GetState() local
1345 sal_Bool bSet = (nSlot == FN_TABLE_MODE_FIX && nMode == TBLFIX_CHGABS) || in GetState()
1346 (nSlot == FN_TABLE_MODE_FIX_PROP && nMode == TBLFIX_CHGPROP) || in GetState()
1347 (nSlot == FN_TABLE_MODE_VARIABLE && nMode == TBLVAR_CHGABS); in GetState()
/aoo42x/main/vcl/win/source/gdi/
H A Dsalprn.cxx677 DWORD nMode = DM_OUT_BUFFER; in ImplUpdateSalJobSetup() local
712 nMode |= DM_IN_BUFFER; in ImplUpdateSalJobSetup()
719 nMode |= DM_IN_PROMPT; in ImplUpdateSalJobSetup()
732 (LPDEVMODEW)pOutDevMode, (LPDEVMODEW)pInBuffer, nMode ); in ImplUpdateSalJobSetup()
738 (LPDEVMODEA)pOutDevMode, (LPDEVMODEA)pInBuffer, nMode ); in ImplUpdateSalJobSetup()
/aoo42x/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx170 BrowserMode nMode = BROWSER_COLUMNSELECTION | BROWSER_HLINESFULL | BROWSER_VLINESFULL | in Init() local
173 SetMode(nMode); in Init()
/aoo42x/main/sw/source/core/edit/
H A Dedtab.cxx458 sal_Bool SwEditShell::MergeTable( sal_Bool bWithPrev, sal_uInt16 nMode ) in MergeTable() argument
467 bRet = GetDoc()->MergeTable( *pCrsr->GetPoint(), bWithPrev, nMode ); in MergeTable()
/aoo42x/main/sw/inc/
H A Dnode.hxx423 sal_Bool GoNext(SwIndex *, sal_uInt16 nMode ) const;
424 sal_Bool GoPrevious(SwIndex *, sal_uInt16 nMode ) const;
H A Dviewopt.hxx557 void SetShdwCrsrFillMode( sal_uInt8 nMode ) { nShdwCrsrFillMode = nMode; }; in SetShdwCrsrFillMode() argument
/aoo42x/main/sdext/source/pdfimport/test/
H A Dtests.cxx209 virtual void setBlendMode(sal_Int8 nMode) in setBlendMode() argument
211 getCurrentContext().BlendMode = nMode; in setBlendMode()
/aoo42x/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx603 … pParent, sal_Int32 nBrowserFlags = EBBF_NONE, WinBits nBits = WB_TABSTOP, BrowserMode nMode = 0 );
604 …ox(Window* pParent, const ResId& rId, sal_Int32 nBrowserFlags = EBBF_NONE, BrowserMode nMode = 0 );
/aoo42x/main/sw/source/filter/ww8/
H A Ddocxexport.cxx210 …rt::OutputField( const SwField* pFld, ww::eField eFldType, const String& rFldCmd, sal_uInt8 nMode ) in OutputField() argument
212 m_pAttrOutput->WriteField_Impl( pFld, eFldType, rFldCmd, nMode ); in OutputField()
/aoo42x/main/sw/source/filter/html/
H A Dwrthtml.hxx478 sal_Bool IsHTMLMode( sal_uInt32 nMode ) const { return (nHTMLMode & nMode) != 0; } in IsHTMLMode()
H A Dhtmlatr.cxx1329 sal_Bool IsHTMLMode( sal_uLong nMode ) const { return (nHTMLMode & nMode) != 0; } in IsHTMLMode()
1782 sal_uLong nMode, const String& rText, in HTMLEndPosLst() argument
1788 nHTMLMode( nMode ), in HTMLEndPosLst()
3051 sal_uInt8 nMode = aHTMLOutFrmAsCharTable[eType][rHTMLWrt.nExportMode]; in OutHTML_SwFlyCnt() local
3052 rHTMLWrt.OutFrmFmt( nMode, rFmt, pSdrObj ); in OutHTML_SwFlyCnt()
/aoo42x/main/offapi/com/sun/star/embed/
H A DXEmbeddedObject.idl261 @param nMode
268 void setUpdateMode( [in] long nMode )
/aoo42x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx1205 const sal_uIntPtr nMode( SFX_SLOT_TOOLBOXCONFIG|SFX_SLOT_ACCELCONFIG|SFX_SLOT_MENUCONFIG ); in getSupportedCommandGroups() local
1214 if ( pSfxSlot->GetMode() & nMode ) in getSupportedCommandGroups()
1237 const sal_uIntPtr nMode( SFX_SLOT_TOOLBOXCONFIG|SFX_SLOT_ACCELCONFIG|SFX_SLOT_MENUCONFIG ); in getConfigurableDispatchInformation() local
1255 if ( pSfxSlot->GetMode() & nMode ) in getConfigurableDispatchInformation()
/aoo42x/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx749 sal_Int32 nMode (0); in RestoreViewMode() local
754 aConfiguration.GetConfigurationNode(A2S("Presenter/InitialViewMode")) >>= nMode; in RestoreViewMode()
755 switch (nMode) in RestoreViewMode()
/aoo42x/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx841 sal_uInt16 nMode, nLen; in ReadRecordParams() local
842 *pWMF >> nMode in ReadRecordParams()
844 if ( ( nMode == W_MFCOMMENT ) && ( nLen >= 4 ) ) in ReadRecordParams()
H A Dwinmtf.hxx619 void ModifyWorldTransform( const XForm& rXForm, sal_uInt32 nMode );
629 void SetBkMode( sal_uInt32 nMode );
/aoo42x/main/sc/source/filter/excel/
H A Dxicontent.cxx1057 sal_uInt16 nMode; in lclReadFilepass8() local
1058 rStrm >> nMode; in lclReadFilepass8()
1059 switch( nMode ) in lclReadFilepass8()
/aoo42x/main/svx/source/xml/
H A Dxmleohlp.cxx381 sal_Int32 nMode = EMBEDDEDOBJECTHELPER_MODE_WRITE == meCreateMode in ImplGetContainerStorage() local
385 nMode ); in ImplGetContainerStorage()
/aoo42x/main/sc/source/ui/docshell/
H A Dpntlock.cxx34 nMode( nNewMode ), in ScPaintLockData()

Completed in 484 milliseconds

12345678910>>...14