Searched refs:Mode (Results 1 – 25 of 222) sorted by relevance
123456789
65 aLSp.Mode = style::LineSpacingMode::PROP; in importXML()72 aLSp.Mode = style::LineSpacingMode::PROP; in importXML()77 aLSp.Mode = style::LineSpacingMode::FIX; in importXML()95 if( style::LineSpacingMode::PROP != aLSp.Mode && style::LineSpacingMode::FIX != aLSp.Mode ) in exportXML()98 if( style::LineSpacingMode::PROP == aLSp.Mode ) in exportXML()126 aLSp.Mode = style::LineSpacingMode::MINIMUM; in importXML()143 if( style::LineSpacingMode::MINIMUM != aLSp.Mode ) in exportXML()167 aLSp.Mode = style::LineSpacingMode::LEADING; in importXML()184 if( style::LineSpacingMode::LEADING != aLSp.Mode ) in exportXML()
342 aLineSpacing.Mode = style::LineSpacingMode::PROP; in getOOoLineSpacing()347 aLineSpacing.Mode = style::LineSpacingMode::PROP; in getOOoLineSpacing()352 aLineSpacing.Mode = style::LineSpacingMode::PROP; in getOOoLineSpacing()357 aLineSpacing.Mode = style::LineSpacingMode::FIX; in getOOoLineSpacing()363 aLineSpacing.Mode = mode; in getOOoLineSpacing()376 aLineSpacing.Mode = style::LineSpacingMode::PROP; in getOOoLineSpacingFromRule()388 aLineSpacing.Mode = style::LineSpacingMode::PROP; in getOOoLineSpacingFromRule()395 aLineSpacing.Mode = style::LineSpacingMode::FIX; in getOOoLineSpacingFromRule()401 aLineSpacing.Mode = style::LineSpacingMode::PROP; in getOOoLineSpacingFromRule()417 if( rLineSpacing.Mode != style::LineSpacingMode::PROP ) in getMSWordLineSpacing()[all …]
74 lineSpacing.Mode = LineSpacingMode.FIX; in testParagraphLineSpacingFix()103 …("assert first paragraph line spacing is fix",LineSpacingMode.FIX,paraLineSpacing_assert_odt.Mode); in testParagraphLineSpacingFix()110 …("assert first paragraph line spacing is fix",LineSpacingMode.FIX,paraLineSpacing_assert_doc.Mode); in testParagraphLineSpacingFix()133 lineSpacing.Mode = LineSpacingMode.LEADING; in testParagraphLineSpacingLeading()163 …sert first paragraph line spacing is fix",LineSpacingMode.LEADING,paraLineSpacing_assert_odt.Mode); in testParagraphLineSpacingLeading()171 …sert first paragraph line spacing is fix",LineSpacingMode.LEADING,paraLineSpacing_assert_doc.Mode); in testParagraphLineSpacingLeading()194 lineSpacing.Mode = LineSpacingMode.MINIMUM; in testParagraphLineSpacingMinimum()224 …sert first paragraph line spacing is fix",LineSpacingMode.MINIMUM,paraLineSpacing_assert_odt.Mode); in testParagraphLineSpacingMinimum()255 lineSpacing.Mode = LineSpacingMode.PROP; in testParagraphLineSpacingProp()285 assertEquals("assert line spacing is prop",LineSpacingMode.PROP,paraLineSpacing_assert_odt.Mode); in testParagraphLineSpacingProp()[all …]
57 enum Mode { CopyMode, MoveMode, UnknownMode }; enum in sd::slidesorter::controller::InsertionIndicatorHandler58 static Mode GetModeFromDndAction (const sal_Int8 nDndAction);90 const Mode eMode);111 const Mode eMode) const;123 Mode meMode;133 const Mode eMode);
127 InsertionIndicatorHandler::Mode meDragMode;144 void SetDragMode (const InsertionIndicatorHandler::Mode eMode);178 virtual Mode GetMode (void) const = 0;198 const InsertionIndicatorHandler::Mode eMode);230 virtual SelectionFunction::Mode GetMode (void) const;266 virtual SelectionFunction::Mode GetMode (void) const;316 virtual SelectionFunction::Mode GetMode (void) const;340 virtual SelectionFunction::Mode GetMode (void) const;1276 const InsertionIndicatorHandler::Mode eMode) in StartDrag()1324 SelectionFunction::Mode NormalModeHandler::GetMode (void) const in GetMode()[all …]
128 InsertionIndicatorHandler::Mode InsertionIndicatorHandler::GetModeFromDndAction ( in GetModeFromDndAction()144 const Mode eMode) in UpdatePosition()189 const Mode eMode) in SetPosition()249 const Mode eMode) const in IsInsertionTrivial()
495 if(aOpenCommand.Mode == OpenMode::DOCUMENT) { in execute()551 else if(aOpenCommand.Mode == OpenMode::ALL || in execute()552 aOpenCommand.Mode == OpenMode::DOCUMENTS || in execute()553 aOpenCommand.Mode == OpenMode::FOLDERS ) { in execute()555 m_aFTPURL.list(sal_Int16(aOpenCommand.Mode)); in execute()564 aOpenCommand.Mode, in execute()570 else if(aOpenCommand.Mode == in execute()572 aOpenCommand.Mode == in execute()578 static_cast< sal_Int16 >(aOpenCommand.Mode)); in execute()
118 rtlCipherMode Mode) in rtl_cipher_create() argument124 Cipher = rtl_cipher_createBF (Mode); in rtl_cipher_create()128 Cipher = rtl_cipher_createARCFOUR (Mode); in rtl_cipher_create()1016 rtlCipher SAL_CALL rtl_cipher_createBF (rtlCipherMode Mode) in rtl_cipher_createBF() argument1020 if (Mode == rtl_Cipher_ModeInvalid) in rtl_cipher_createBF()1028 pImpl->m_cipher.m_mode = Mode; in rtl_cipher_createBF()1251 rtlCipher SAL_CALL rtl_cipher_createARCFOUR (rtlCipherMode Mode) in rtl_cipher_createARCFOUR() argument1255 if (!(Mode == rtl_Cipher_ModeStream)) in rtl_cipher_createARCFOUR()
1020 if( aCommandArgument.Mode == OpenMode::DOCUMENT || in open()1021 aCommandArgument.Mode == OpenMode::DOCUMENT_SHARE_DENY_NONE ) in open()1032 sal_Bool bLock = ( aCommandArgument.Mode != OpenMode::DOCUMENT_SHARE_DENY_NONE ); in open()1050 else if ( aCommandArgument.Mode == OpenMode::ALL || in open()1051 aCommandArgument.Mode == OpenMode::FOLDERS || in open()1052 aCommandArgument.Mode == OpenMode::DOCUMENTS ) in open()1056 aCommandArgument.Mode, in open()1070 aCommandArgument.Mode); in open()
675 aMasterPasswordRequest.Mode, in handleMasterPasswordRequest()702 nMode = aDocumentPasswordRequest2.Mode; in handlePasswordRequest()713 nMode = aDocumentPasswordRequest.Mode; in handlePasswordRequest()724 nMode = aDocumentMSPasswordRequest2.Mode; in handlePasswordRequest()735 nMode = aDocumentMSPasswordRequest.Mode; in handlePasswordRequest()754 aPasswordRequest.Mode, in handlePasswordRequest()
323 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()324 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()325 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()344 if ( ( aOpenCommand.Mode in execute()346 ( aOpenCommand.Mode in execute()354 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
54 <ul><li><a name="query_mode"></a><b>Query Mode</b>55 …<p>In <code>Query Mode</code>, the designer is used to modify an existing or create a new client-s…58 <li><a name="view_mode"</a><b>View Mode</b>59 …<p>In <code>View Mode</code>, the designer is used to modify an existing or create a new server-si…65 <li><a name="command_mode"</a><b>Command Mode</b>66 … <p>In <code>Command Mode</code>, the designer is used to design an standalone SQL command.</p>
64 enum Mode { Activation, Deactivation }; enum in sd::framework::GenericConfigurationChangeRequest77 const Mode eMode)114 const Mode meMode;
48 String DFA_PAR_MODE_NAME // Name of Mode Parameter50 Text = "Mode";105 …Text = "Type of difference calculation: Mode = 0 means interval, mode = 1 means in calendar months…128 Text = "Type of difference calculation: Mode=0 means interval, mode=1 means in calendar years.";
38 // DocMerge from xml: field com::sun::star::style::LineSpacing::Mode41 short Mode; 46 /** This value specifies the height in regard to <var>Mode</var>.
158 aLSp.Mode = style::LineSpacingMode::LEADING; in QueryValue()163 aLSp.Mode = style::LineSpacingMode::PROP; in QueryValue()168 aLSp.Mode = style::LineSpacingMode::PROP; in QueryValue()174 …aLSp.Mode = eLineSpace == SVX_LINE_SPACE_FIX ? style::LineSpacingMode::FIX : style::LineSpacingMod… in QueryValue()184 case MID_LINESPACE : rVal <<= aLSp.Mode; break; in QueryValue()208 case MID_LINESPACE : bRet = (rVal >>= aLSp.Mode); break; in PutValue()216 switch( aLSp.Mode ) in PutValue()242 … eLineSpace = aLSp.Mode == style::LineSpacingMode::FIX ? SVX_LINE_SPACE_FIX : SVX_LINE_SPACE_MIN; in PutValue()
123 rtlCipherMode Mode203 rtlCipherMode Mode261 rtlCipherMode Mode
320 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()321 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()322 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()341 if ( ( aOpenCommand.Mode in execute()343 ( aOpenCommand.Mode in execute()351 sal_Int16( aOpenCommand.Mode ) ) ), in execute()
64 enum Mode {Normal, MouseOver, ButtonDown, Disabled, Mask}; enum in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor67 const Mode eMode,70 const Mode eMode,
144 PresenterBitmapDescriptor::Mode meState;161 const PresenterBitmapDescriptor::Mode eMode,169 const PresenterBitmapDescriptor::Mode eMode);
865 aArg.Mode = ( eMode == INCLUDE_FOLDERS_ONLY ) in createCursorAny()898 aArg.Mode = ( eMode == INCLUDE_FOLDERS_ONLY ) in createCursorAny()1190 aArg.Mode = OpenMode::DOCUMENT; in openStream()1215 aArg.Mode = OpenMode::DOCUMENT_SHARE_DENY_NONE; in openStreamNoLock()1240 aArg.Mode = OpenMode::DOCUMENT; in openWriteableStream()1265 aArg.Mode = OpenMode::DOCUMENT_SHARE_DENY_NONE; in openWriteableStreamNoLock()1288 aArg.Mode = OpenMode::DOCUMENT; in openStream()1311 aArg.Mode = OpenMode::DOCUMENT; in openStream()
788 …l::OUString& UserName, const Sequence< ::rtl::OUString >& Passwords, char Mode, const Reference< X… in PrivateAdd() argument793 if( Mode == PERSISTENT_RECORD ) in PrivateAdd()795 else if( Mode == MEMORY_RECORD ) in PrivateAdd()817 if( Mode == PERSISTENT_RECORD && m_pStorageFile && m_pStorageFile->useStorage() ) in PrivateAdd()1576 MasterPasswordRequest_Impl::MasterPasswordRequest_Impl( PasswordRequestMode Mode ) in MasterPasswordRequest_Impl() argument1581 aRequest.Mode = Mode; in MasterPasswordRequest_Impl()
472 ( ( aOpenCommand.Mode == OpenMode::ALL ) || in execute()473 ( aOpenCommand.Mode == OpenMode::FOLDERS ) || in execute()474 ( aOpenCommand.Mode == OpenMode::DOCUMENTS ) ); in execute()494 sal_Int16( aOpenCommand.Mode ) ) ), in execute()600 aOpenCommand.Mode = OpenMode::DOCUMENT; in loadComponentFromURL()
992 void SAL_CALL FmXGridControl::setMode(const ::rtl::OUString& Mode) throw( NoSupportException, Runti… in setMode() argument998 xPeer->setMode(Mode); in setMode()1016 sal_Bool SAL_CALL FmXGridControl::supportsMode(const ::rtl::OUString& Mode) throw( RuntimeException… in supportsMode() argument1019 return xPeer.is() ? xPeer->supportsMode(Mode) : sal_False; in supportsMode()2452 void FmXGridPeer::setMode(const ::rtl::OUString& Mode) throw( NoSupportException, RuntimeException ) in setMode() argument2454 if (!supportsMode(Mode)) in setMode()2457 if (Mode == m_aMode) in setMode()2460 m_aMode = Mode; in setMode()2463 if ( Mode == ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FilterMode" ) ) ) in setMode()2493 sal_Bool FmXGridPeer::supportsMode(const ::rtl::OUString& Mode) throw( RuntimeException ) in supportsMode() argument[all …]
76 m_aCommand.Mode ) ); in initStatic()88 m_aCommand.Mode ) ); in initDynamic()
Completed in 211 milliseconds