Home
last modified time | relevance | path

Searched refs:eMode (Results 51 – 75 of 343) sorted by relevance

12345678910>>...14

/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx537 SfxObjectCreateMode eMode = pDocSh->GetCreateMode(); in Lock() local
538 if ( ( eMode == SFX_CREATE_MODE_EMBEDDED ) || in Lock()
539 ( eMode == SFX_CREATE_MODE_PREVIEW ) ) in Lock()
548 SfxObjectCreateMode eMode = pImp->xObjSh->GetCreateMode(); in Lock() local
549 if ( ( eMode == SFX_CREATE_MODE_EMBEDDED ) || in Lock()
550 ( eMode == SFX_CREATE_MODE_PREVIEW ) ) in Lock()
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx1014 ScValidationMode eMode = SC_VALID_ANY; in ExecuteDB() local
1037 eMode = pOldData->GetDataMode(); in ExecuteDB()
1040 if ( eMode == SC_VALID_DATE || eMode == SC_VALID_TIME ) in ExecuteDB()
1042 short nType = ( eMode == SC_VALID_DATE ) ? NUMBERFORMAT_DATE in ExecuteDB()
1055 … aArgSet.Put( SfxAllEnumItem( FID_VALID_MODE, sal::static_int_cast<sal_uInt16>(eMode) ) ); in ExecuteDB()
1091 eMode = (ScValidationMode) ((const SfxAllEnumItem*)pItem)->GetValue(); in ExecuteDB()
1097 if (eMode == SC_VALID_DATE || eMode == SC_VALID_TIME) in ExecuteDB()
1114 if (eMode == SC_VALID_DATE || eMode == SC_VALID_TIME) in ExecuteDB()
1150 ScValidationData aData( eMode, eOper, aExpr1, aExpr2, pDoc, aCursorPos ); in ExecuteDB()
H A Dviewfunc.cxx2071 ScSizeMode eMode, sal_uInt16 nSizeTwips, in SetWidthOrHeight() argument
2120 if ( eMode == SC_SIZE_OPTIMAL ) in SetWidthOrHeight()
2167 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight()
2187 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight()
2189 sal_Bool bAll = ( eMode==SC_SIZE_OPTIMAL ); in SetWidthOrHeight()
2230 else if ( eMode==SC_SIZE_DIRECT ) in SetWidthOrHeight()
2239 else if ( eMode==SC_SIZE_SHOW ) in SetWidthOrHeight()
2252 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight()
2500 ScSizeMode eMode; in ModifyCellSize() local
2503 eMode = SC_SIZE_OPTIMAL; in ModifyCellSize()
[all …]
/trunk/main/framework/source/uielement/
H A Dlangselectionmenucontroller.cxx225 …onMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >& rPopupMenu , const Mode eMode ) in fillPopupMenu() argument
242 if( eMode == MODE_SetLanguageSelectionMenu ) in fillPopupMenu()
247 else if ( eMode == MODE_SetLanguageParagraphMenu ) in fillPopupMenu()
252 else if ( eMode == MODE_SetLanguageAllTextMenu ) in fillPopupMenu()
285 if (rStr == m_aCurLang && eMode == MODE_SetLanguageSelectionMenu ) in fillPopupMenu()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx161 ScDBData* ScDocShell::GetDBData( const ScRange& rMarked, ScGetDBMode eMode, ScGetDBSelection eSel ) in GetDBData() argument
203 && ( eMode == SC_DB_MAKE || eMode == SC_DB_MAKE_AUTOFILTER ) ) in GetDBData()
248 && eMode == SC_DB_MAKE_AUTOFILTER in GetDBData()
256 && eMode == SC_DB_IMPORT in GetDBData()
268 if ( eMode == SC_DB_OLD ) in GetDBData()
297 if ( eMode == SC_DB_MAKE && in GetDBData()
332 switch ( eMode ) in GetDBData()
385 if ( eMode==SC_DB_IMPORT ) in GetDBData()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl116 @param eMode
119 <p>If eMode is <const>DIRECT</const> then the anchor of the called resource id
120 has to be identical to the given anchor. If eMode is
126 [in] AnchorBindingMode eMode);
135 @param eMode
143 [in] AnchorBindingMode eMode);
/trunk/main/store/source/
H A Dstorlckb.cxx94 storeAccessMode eMode) in create() argument
106 pPath, pName, eMode); in create()
119 if (eMode != store_AccessReadOnly) in create()
129 m_bWriteable = (eMode != store_AccessReadOnly); in create()
132 if (eMode == store_AccessCreate) in create()
/trunk/main/sd/source/ui/inc/framework/
H A DResourceId.hxx160 css::drawing::framework::AnchorBindingMode eMode)
166 css::drawing::framework::AnchorBindingMode eMode)
220 css::drawing::framework::AnchorBindingMode eMode) const;
233 css::drawing::framework::AnchorBindingMode eMode) const;
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx124 ScUnoCollectMode eMode; member in ScUnoEditEngine
150 eMode( SC_UNO_COLLECT_NONE ), in ScUnoEditEngine()
172 if (eMode != SC_UNO_COLLECT_NONE) in CalcFieldValue()
179 if ( eMode == SC_UNO_COLLECT_FINDINDEX && !pFound && nFieldCount == nFieldIndex ) in CalcFieldValue()
185 if ( eMode == SC_UNO_COLLECT_FINDPOS && !pFound && in CalcFieldValue()
200 eMode = SC_UNO_COLLECT_COUNT; in CountFields()
205 eMode = SC_UNO_COLLECT_NONE; in CountFields()
212 eMode = SC_UNO_COLLECT_FINDINDEX; in FindByIndex()
218 eMode = SC_UNO_COLLECT_NONE; in FindByIndex()
225 eMode = SC_UNO_COLLECT_FINDPOS; in FindByPos()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterButton.cxx458 const PresenterBitmapDescriptor::Mode eMode, in RenderButton() argument
472 GetBitmap(rpLeft, eMode), in RenderButton()
473 GetBitmap(rpCenter, eMode), in RenderButton()
474 GetBitmap(rpRight, eMode)); in RenderButton()
511 const PresenterBitmapDescriptor::Mode eMode) in GetBitmap() argument
514 return mpIcon->GetBitmap(eMode); in GetBitmap()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx84 …sal_Bool SetModeImage( const Image& rImage, BmpColorMode eMode = BMP_COLOR_NORMAL );
85 const Image GetModeImage( BmpColorMode eMode = BMP_COLOR_NORMAL ) const;
90 …sal_Bool SetModeBitmap( const BitmapEx& rBitmap, BmpColorMode eMode = BMP_COLOR_NOR…
91 BitmapEx GetModeBitmap( BmpColorMode eMode = BMP_COLOR_NORMAL ) const;
371 …sal_Bool SetModeRadioImage( const Image& rImage, BmpColorMode eMode = BMP_COLOR_NORMAL …
372 const Image& GetModeRadioImage( BmpColorMode eMode = BMP_COLOR_NORMAL ) const;
H A Dfixed.hxx145 … sal_Bool SetModeBitmap( const Bitmap& rBitmap, BmpColorMode eMode = BMP_COLOR_NORMAL );
146 const Bitmap& GetModeBitmap( BmpColorMode eMode = BMP_COLOR_NORMAL ) const;
188 sal_Bool SetModeImage( const Image& rImage, BmpColorMode eMode = BMP_COLOR_NORMAL );
189 const Image& GetModeImage( BmpColorMode eMode = BMP_COLOR_NORMAL ) const;
H A Dprint.hxx177 … SetReducedTransparencyMode( PrinterTransparencyMode eMode ) { meReducedTransparencyMode = eMode in SetReducedTransparencyMode() argument
183 … SetReducedGradientMode( PrinterGradientMode eMode ) { meReducedGradientsMode = eMode; } in SetReducedGradientMode() argument
192 … SetReducedBitmapMode( PrinterBitmapMode eMode ) { meReducedBitmapMode = eMode; } in SetReducedBitmapMode() argument
/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx177 void ImpCrookObj(SdrObject* pO, const Point& rRef, const Point& rRad, SdrCrookMode eMode,
254 …void CrookMarkedObj(const Point& rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical=false…
269 …drCrookMode eMode, sal_Bool bVertical=sal_False, sal_Bool bNoContortion=sal_False, sal_Bool bCopy=… in CrookAllMarked() argument
296 void MergeMarkedObjects(SdrMergeMode eMode);
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx184 drawing::BitmapMode eMode; in putAny() local
185 if(!(aValue >>= eMode) ) in putAny()
191 eMode = (drawing::BitmapMode)nMode; in putAny()
194 pPool->SetPoolDefaultItem( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in putAny()
195 pPool->SetPoolDefaultItem( XFillBmpTileItem( eMode == drawing::BitmapMode_REPEAT ) ); in putAny()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx945 if ( SHELL_MODE_DRAW != eMode && in Execute()
948 SHELL_MODE_DRAWTEXT != eMode && in Execute()
949 SHELL_MODE_BEZIER != eMode ) in Execute()
1865 SHELL_MODE_DRAW == eMode || in StateStyle()
1866 SHELL_MODE_DRAW_CTRL == eMode || in StateStyle()
1867 SHELL_MODE_DRAW_FORM == eMode || in StateStyle()
1868 SHELL_MODE_DRAWTEXT == eMode || in StateStyle()
1869 SHELL_MODE_BEZIER == eMode ) in StateStyle()
1982 eFrameMode = eMode; in SetFrmMode()
1985 if( eMode == FLY_DRAG || in SetFrmMode()
[all …]
/trunk/main/sal/rtl/source/
H A Dcipher.c234 rtlCipherMode eMode,
242 rtlCipherMode eMode,
658 rtlCipherMode eMode, in __rtl_cipherBF_init() argument
708 if (eMode == rtl_Cipher_ModeStream) in __rtl_cipherBF_init()
729 rtlCipherMode eMode, in __rtl_cipherBF_update() argument
742 if (eMode == rtl_Cipher_ModeECB) in __rtl_cipherBF_update()
754 else if (eMode == rtl_Cipher_ModeCBC) in __rtl_cipherBF_update()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2090 if( (AM_NOSPACE==eMode || AM_SOFTNOSPACE==eMode) && nLFStripped > 1 ) in AppendTxtNode()
2091 eMode = AM_SPACE; in AppendTxtNode()
2097 if( AM_SPACE==eMode || AM_NOSPACE==eMode ) in AppendTxtNode()
2129 bNoParSpace = AM_NOSPACE==eMode || AM_SOFTNOSPACE==eMode; in AppendTxtNode()
4073 eMode = AM_SPACE; in NewTxtFmtColl()
4080 eMode = AM_SOFTNOSPACE; in NewTxtFmtColl()
4087 AppendTxtNode( eMode ); in NewTxtFmtColl()
4088 else if( AM_SPACE==eMode ) in NewTxtFmtColl()
4128 eMode = AM_SPACE; in EndTxtFmtColl()
4133 eMode = AM_SOFTNOSPACE; in EndTxtFmtColl()
[all …]
/trunk/main/framework/inc/threadhelp/
H A Dtransactionguard.hxx97 …inline TransactionGuard( ITransactionManager& rManager, EExceptionMode eMode, ERejectReason* eReas… in TransactionGuard() argument
106 m_pManager->registerTransaction( eMode, eMyReason ); in TransactionGuard()
110 m_pManager->registerTransaction( eMode, *eReason ); in TransactionGuard()
H A Dtransactionmanager.hxx88 …virtual void setWorkingMode ( EWorkingMode eMode
91 …virtual void registerTransaction ( EExceptionMode eMode, ERejectReason& eRe…
99 …void impl_throwExceptions( EExceptionMode eMode, ERejectReason eReason ) const throw( css::uno::Ru…
/trunk/main/framework/source/accelerators/
H A Dpresethandler.cxx813 … sal_Int32 eMode , in impl_openPathIgnoringErrors() argument
820 xPath = m_aSharedStorages->m_lStoragesShare.openPath(sPath, eMode); in impl_openPathIgnoringErrors()
822 xPath = m_aSharedStorages->m_lStoragesUser.openPath(sPath, eMode); in impl_openPathIgnoringErrors()
866 … sal_Int32 eMode , in impl_openLocalizedPathIgnoringErrors() argument
871 …nce< css::embed::XStorage > xPath = impl_openPathIgnoringErrors(sPath, eMode, bShare); in impl_openLocalizedPathIgnoringErrors()
878 ((eMode & css::embed::ElementModes::NOCREATE) == css::embed::ElementModes::NOCREATE) in impl_openLocalizedPathIgnoringErrors()
893 …e< css::embed::XStorage > xLocalePath = impl_openPathIgnoringErrors(sLocalizedPath, eMode, bShare); in impl_openLocalizedPathIgnoringErrors()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.hxx62 createStorage( const rtl::OUString & rUri, StorageAccessMode eMode )
108 StorageAccessMode eMode )
119 StorageAccessMode eMode )
131 StorageAccessMode eMode,
/trunk/main/sfx2/inc/sfx2/
H A Ddispatch.hxx89 void SetCallMode( SfxCallMode eMode ) { eCall = eMode; } in SetCallMode() argument
94 sal_uInt16 nWhich, sal_uInt16 nSlot, SfxCallMode eMode,
97 sal_uInt16 nWhich, sal_uInt16 nSlot, SfxCallMode eMode );
/trunk/main/sd/source/ui/inc/tools/
H A DConfigurationAccess.hxx59 const WriteMode eMode);
64 const WriteMode eMode);
143 const WriteMode eMode);
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx466 sal_Bool MessBox::SetModeImage( const Image& rImage, BmpColorMode eMode ) in SetModeImage() argument
468 if( eMode == BMP_COLOR_NORMAL ) in SetModeImage()
470 else if( eMode == BMP_COLOR_HIGHCONTRAST ) in SetModeImage()
479 const Image& MessBox::GetModeImage( BmpColorMode eMode ) const in GetModeImage()
481 if( eMode == BMP_COLOR_HIGHCONTRAST ) in GetModeImage()

Completed in 151 milliseconds

12345678910>>...14