Home
last modified time | relevance | path

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

12345678910>>...14

/aoo42x/main/sd/source/core/
H A Ddrawdoc.cxx987 void SdDrawDocument::SetPrinterIndependentLayout (sal_Int32 nMode) in SetPrinterIndependentLayout() argument
992 switch (nMode) in SetPrinterIndependentLayout()
997 mnPrinterIndependentLayout = nMode; in SetPrinterIndependentLayout()
/aoo42x/main/sw/source/core/crsr/
H A Dpam.cxx332 sal_Bool GoNext(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ) in GoNext() argument
335 return ((SwCntntNode*)pNd)->GoNext( pIdx, nMode ); in GoNext()
340 sal_Bool GoPrevious( SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ) in GoPrevious() argument
343 return ((SwCntntNode*)pNd)->GoPrevious( pIdx, nMode ); in GoPrevious()
/aoo42x/main/sc/source/filter/xml/
H A DXMLDDELinksContext.hxx73 sal_uInt8 nMode; member in ScXMLDDELinkContext
93 void SetMode(const sal_uInt8 nValue) { nMode = nValue; } in SetMode()
/aoo42x/main/cui/source/inc/
H A Dscriptdlg.hxx74 sal_uInt16 nMode; member in SFTreeListBox
130 InputDialog( Window * pParent, sal_uInt16 nMode );
/aoo42x/main/sd/source/filter/ppt/
H A Dpptinanimations.hxx94 …::com::sun::star::uno::Any implGetColorAny( sal_Int32 nMode, sal_Int32 nA, sal_Int32 nB, sal_Int…
95 sal_Int16 implGetColorSpace( sal_Int32 nMode, sal_Int32 nA, sal_Int32 nB, sal_Int32 nC );
/aoo42x/main/sw/source/core/layout/
H A Dsectfrm.cxx887 SwCntntFrm *SwSectionFrm::FindLastCntnt( sal_uInt8 nMode ) in FindLastCntnt() argument
892 if( nMode ) in FindLastCntnt()
910 sal_Bool bFtnFound = nMode == FINDMODE_ENDNOTE; in FindLastCntnt()
914 if( pRet || !pSect->IsFollow() || !nMode || in FindLastCntnt()
915 ( FINDMODE_MYLAST == nMode && this == pSect ) ) in FindLastCntnt()
919 if( ( nMode == FINDMODE_ENDNOTE ) && pFtnFrm ) in FindLastCntnt()
/aoo42x/main/sw/source/core/text/
H A Dfrmform.cxx614 const sal_uInt8 nMode ) in _AdjustFollow() argument
621 if( HasFollow() && !(nMode & 1) && nOffset == nEnd ) in _AdjustFollow()
642 if( !(nMode & 1) ) in _AdjustFollow()
659 if( !bTest || ( nMode & 1 ) ) in _AdjustFollow()
661 if ( nMode ) in _AdjustFollow()
/aoo42x/main/svx/source/dialog/
H A Dctredlin.cxx351 void SvxRedlinTable::SetDateTimeMode(sal_uInt16 nMode) in SetDateTimeMode() argument
353 nDaTiMode=nMode; in SetDateTimeMode()
1032 void SvxTPFilter::SetDateMode(sal_uInt16 nMode) in SetDateMode() argument
1034 aLbDate.SelectEntryPos(nMode); in SetDateMode()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx981 int nMode = 0; in StartJob() local
991 nMode = S_IRUSR | S_IWUSR; in StartJob()
1007 nMode = S_IRUSR | S_IWUSR; in StartJob()
1033 …return m_aPrintJob.StartJob( m_aTmpFile.Len() ? m_aTmpFile : m_aFileName, nMode, rJobName, rAppNam… in StartJob()
/aoo42x/main/filter/source/graphicfilter/idxf/
H A Ddxftblrd.cxx161 nMode=0; in DXFVPort()
203 case 71: nMode=rDGR.GetI(); break; in Read()
/aoo42x/main/sc/source/ui/view/
H A Dtabvwshe.cxx140 sal_uInt16 nMode ) in InsertURL() argument
142 SvxLinkInsertMode eMode = (SvxLinkInsertMode) nMode; in InsertURL()
/aoo42x/main/basic/source/runtime/
H A Diosys.cxx645 nMode = nFlags; in Open()
857 ( short nCh, const ByteString& rName, short nMode, short nFlags, short nLen ) in Open() argument
867 nError = pChan[ nCh ]->Open( nCh, rName, nMode, nFlags, nLen ); in Open()
/aoo42x/main/sw/source/core/txtnode/
H A Dndtxt.cxx1858 const IDocumentContentOperations::InsertFlags nMode ) in InsertText() argument
1872 if (nMode & IDocumentContentOperations::INS_FORCEHINTEXPAND) in InsertText()
1879 if (nMode & IDocumentContentOperations::INS_FORCEHINTEXPAND) in InsertText()
1900 if ( (nMode & IDocumentContentOperations::INS_NOHINTEXPAND) || in InsertText()
1901 (!(nMode & IDocumentContentOperations::INS_FORCEHINTEXPAND) in InsertText()
1912 else if ( (nMode & IDocumentContentOperations::INS_EMPTYEXPAND) in InsertText()
1930 if ( !(nMode & IDocumentContentOperations::INS_NOHINTEXPAND) && in InsertText()
2348 const IDocumentContentOperations::InsertFlags nMode ) in EraseText() argument
2407 !(IDocumentContentOperations::INS_EMPTYEXPAND & nMode) && in EraseText()
/aoo42x/main/editeng/source/rtf/
H A Drtfgrf.cxx418 rPicType.nMode = SvxRTFPictureType::BINARY_MODE; in ReadBmpData()
491 if( pTmpFile && SvxRTFPictureType::HEX_MODE == rPicType.nMode ) in ReadBmpData()
/aoo42x/main/package/source/xstor/
H A Dxstorage.hxx186 sal_Int32 nMode,
192 sal_Int32 nMode,
199 sal_Int32 nMode,
323 sal_Int32 nMode,
329 sal_Int32 nMode,
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx325 sal_Int32 nMode = 0; in connect() local
326 xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("OpenMode"))) >>= nMode; in connect()
327 if ( (nMode & ElementModes::WRITE) != ElementModes::WRITE ) in connect()
/aoo42x/main/svx/inc/svx/
H A Dctredlin.hxx129 void SetDateTimeMode(sal_uInt16 nMode);
236 void SetDateMode(sal_uInt16 nMode);
/aoo42x/main/sw/inc/
H A Dmodcfg.hxx220 void SetMarkAlignMode(sal_uInt16 nMode) { aRevisionConfig.nMarkAlign = nMode; in SetMarkAlignMode() argument
H A Dgrfatr.hxx284 SwDrawModeGrf( sal_uInt16 nMode = 0 ) in SwDrawModeGrf() argument
285 : SfxEnumItem( RES_GRFATR_DRAWMODE, nMode ) in SwDrawModeGrf()
H A Ddoc.hxx693 sal_uInt16 nMode );
759 virtual void setLinkUpdateMode( /*[in]*/ sal_uInt16 nMode );
1777 sal_uInt16 nMode = 0 );
2015 sal_uInt16 nMode );
2017 sal_uInt16 nMode );
/aoo42x/main/sfx2/source/dialog/
H A Dsecuritypage.cxx354 sal_uInt16 nMode = static_cast< const SfxUInt16Item* >( pItem )->GetValue(); in Reset_Impl() local
355 bIsHTMLDoc = ( ( nMode & HTMLMODE_ON ) != 0 ); in Reset_Impl()
/aoo42x/main/comphelper/source/misc/
H A Dinstancelocker.cxx257 sal_Int32 nMode, in OLockListener() argument
264 , m_nMode( nMode ) in OLockListener()
/aoo42x/main/basctl/source/basicide/
H A Dbastype3.cxx118 bool bDlgMode = ( nMode & BROWSEMODE_DIALOGS ) && !( nMode & BROWSEMODE_MODULES ); in RequestingChilds()
/aoo42x/main/unotools/source/config/
H A Dsecurityoptions.cxx438 sal_Int32 nMode = 0; in SetProperty() local
439 rValue >>= nMode; in SetProperty()
440 m_eBasicMode = (EBasicSecurityMode)nMode; in SetProperty()
/aoo42x/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx713 void WinMtfOutput::SetBkMode( sal_uInt32 nMode ) in SetBkMode() argument
715 mnBkMode = nMode; in SetBkMode()
2052 void WinMtfOutput::ModifyWorldTransform( const XForm& rXForm, sal_uInt32 nMode ) in ModifyWorldTransform() argument
2054 switch( nMode ) in ModifyWorldTransform()
2069 if ( nMode == MWT_LEFTMULTIPLY ) in ModifyWorldTransform()

Completed in 184 milliseconds

12345678910>>...14