/aoo42x/main/xmloff/source/style/ |
H A D | lspachdl.cxx | 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()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbaparagraphformat.cxx | 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 …]
|
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/ |
H A D | ParagraphLineSpacing.java | 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 …]
|
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsInsertionIndicatorHandler.hxx | 57 enum Mode { CopyMode, MoveMode, UnknownMode }; enum in sd::slidesorter::controller::InsertionIndicatorHandler 58 static Mode GetModeFromDndAction (const sal_Int8 nDndAction); 90 const Mode eMode); 111 const Mode eMode) const; 123 Mode meMode; 133 const Mode eMode);
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSelectionFunction.cxx | 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 …]
|
H A D | SlsInsertionIndicatorHandler.cxx | 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()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpcontent.cxx | 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()
|
/aoo42x/main/sal/rtl/source/ |
H A D | cipher.c | 118 rtlCipherMode Mode) in rtl_cipher_create() argument 124 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() argument 1020 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() argument 1255 if (!(Mode == rtl_Cipher_ModeStream)) in rtl_cipher_createARCFOUR()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 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()
|
/aoo42x/main/uui/source/ |
H A D | iahndl-authentication.cxx | 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()
|
/aoo42x/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 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()
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | QueryDesign.idl | 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>
|
/aoo42x/main/sd/source/ui/framework/configuration/ |
H A D | GenericConfigurationChangeRequest.hxx | 64 enum Mode { Activation, Deactivation }; enum in sd::framework::GenericConfigurationChangeRequest 77 const Mode eMode) 114 const Mode meMode;
|
/aoo42x/main/sc/addin/datefunc/ |
H A D | dfa.src | 48 String DFA_PAR_MODE_NAME // Name of Mode Parameter 50 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.";
|
/aoo42x/main/offapi/com/sun/star/style/ |
H A D | LineSpacing.idl | 38 // DocMerge from xml: field com::sun::star::style::LineSpacing::Mode 41 short Mode; 46 /** This value specifies the height in regard to <var>Mode</var>.
|
/aoo42x/main/editeng/source/items/ |
H A D | paraitem.cxx | 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()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | cipher.h | 123 rtlCipherMode Mode 203 rtlCipherMode Mode 261 rtlCipherMode Mode
|
/aoo42x/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 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()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterBitmapContainer.hxx | 64 enum Mode {Normal, MouseOver, ButtonDown, Disabled, Mask}; enum in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor 67 const Mode eMode, 70 const Mode eMode,
|
H A D | PresenterButton.hxx | 144 PresenterBitmapDescriptor::Mode meState; 161 const PresenterBitmapDescriptor::Mode eMode, 169 const PresenterBitmapDescriptor::Mode eMode);
|
/aoo42x/main/ucbhelper/source/client/ |
H A D | content.cxx | 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()
|
/aoo42x/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 788 …l::OUString& UserName, const Sequence< ::rtl::OUString >& Passwords, char Mode, const Reference< X… in PrivateAdd() argument 793 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() argument 1581 aRequest.Mode = Mode; in MasterPasswordRequest_Impl()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.cxx | 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()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 992 void SAL_CALL FmXGridControl::setMode(const ::rtl::OUString& Mode) throw( NoSupportException, Runti… in setMode() argument 998 xPeer->setMode(Mode); in setMode() 1016 sal_Bool SAL_CALL FmXGridControl::supportsMode(const ::rtl::OUString& Mode) throw( RuntimeException… in supportsMode() argument 1019 return xPeer.is() ? xPeer->supportsMode(Mode) : sal_False; in supportsMode() 2452 void FmXGridPeer::setMode(const ::rtl::OUString& Mode) throw( NoSupportException, RuntimeException ) in setMode() argument 2454 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 …]
|
/aoo42x/main/ucb/source/ucp/hierarchy/ |
H A D | dynamicresultset.cxx | 72 m_aCommand.Mode ) ); in initStatic() 84 m_aCommand.Mode ) ); in initDynamic()
|