Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/AOO41X/main/sw/source/ui/vba/
H A Dvbastyles.cxx45 { word::WdBuiltinStyle::wdStyleBlockQuotation, "", word::WdStyleType::wdStyleTypeParagraph },
46 { word::WdBuiltinStyle::wdStyleBodyText, "Text body", word::WdStyleType::wdStyleTypeParagraph },
47 { word::WdBuiltinStyle::wdStyleBodyText2, "", word::WdStyleType::wdStyleTypeParagraph },
48 { word::WdBuiltinStyle::wdStyleBodyText3, "", word::WdStyleType::wdStyleTypeParagraph },
49 …{ word::WdBuiltinStyle::wdStyleBodyTextFirstIndent, "First line indent", word::WdStyleType::wdStyl…
50 …{ word::WdBuiltinStyle::wdStyleBodyTextFirstIndent2, "", word::WdStyleType::wdStyleTypeParagraph },
51 …{ word::WdBuiltinStyle::wdStyleBodyTextIndent, "Text body indent", word::WdStyleType::wdStyleTypeP…
52 { word::WdBuiltinStyle::wdStyleBodyTextIndent2, "", word::WdStyleType::wdStyleTypeParagraph },
53 { word::WdBuiltinStyle::wdStyleBodyTextIndent3, "", word::WdStyleType::wdStyleTypeParagraph },
54 { word::WdBuiltinStyle::wdStyleCaption, "", word::WdStyleType::wdStyleTypeParagraph },
[all …]
H A Dvbaborders.cxx39 typedef InheritedHelperInterfaceImpl1<word::XBorder > SwVbaBorder_Base;
43word::WdBorderType::wdBorderBottom, word::WdBorderType::wdBorderDiagonalDown, word::WdBorderType::…
66 case word::WdBorderType::wdBorderLeft: in setBorderLine()
70 case word::WdBorderType::wdBorderTop: in setBorderLine()
75 case word::WdBorderType::wdBorderBottom: in setBorderLine()
79 case word::WdBorderType::wdBorderRight: in setBorderLine()
83 case word::WdBorderType::wdBorderVertical: in setBorderLine()
87 case word::WdBorderType::wdBorderHorizontal: in setBorderLine()
91 case word::WdBorderType::wdBorderDiagonalDown: in setBorderLine()
92 case word::WdBorderType::wdBorderDiagonalUp: in setBorderLine()
[all …]
H A Dvbaview.cxx87 return word::WdSeekView::wdSeekMainDocument; in getSeekView()
94 return word::WdSeekView::wdSeekFirstPageHeader; in getSeekView()
96 return word::WdSeekView::wdSeekEvenPagesHeader; in getSeekView()
98 return word::WdSeekView::wdSeekPrimaryHeader; in getSeekView()
103 return word::WdSeekView::wdSeekFirstPageFooter; in getSeekView()
105 return word::WdSeekView::wdSeekEvenPagesFooter; in getSeekView()
107 return word::WdSeekView::wdSeekPrimaryFooter; in getSeekView()
113 return word::WdSeekView::wdSeekEndnotes; in getSeekView()
115 return word::WdSeekView::wdSeekFootnotes; in getSeekView()
118 return word::WdSeekView::wdSeekMainDocument; in getSeekView()
[all …]
H A Dvbaselection.cxx61 mxTextViewCursor = word::getXTextViewCursor( mxModel ); in SwVbaSelection()
88 uno::Reference< word::XRange > SAL_CALL
93 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, xDocument, xTextRange->get… in getRange()
118 sal_Int32 nUnit = word::WdUnits::wdLine; in HomeKey()
119 sal_Int32 nExtend = word::WdMovementType::wdMove; in HomeKey()
125 case word::WdUnits::wdStory: in HomeKey()
134 case word::WdUnits::wdLine: in HomeKey()
152 sal_Int32 nUnit = word::WdUnits::wdLine; in EndKey()
153 sal_Int32 nExtend = word::WdMovementType::wdMove; in EndKey()
159 case word::WdUnits::wdStory: in EndKey()
[all …]
H A Dvbawrapformat.cxx33 …s< drawing::XShape >( aArgs, 1, false ) ), mnWrapFormatType( 0 ), mnSide( word::WdWrapSideType::wd… in SwVbaWrapFormat()
41 if( mnSide == word::WdWrapSideType::wdWrapLeft ) in makeWrap()
45 else if( mnSide == word::WdWrapSideType::wdWrapRight ) in makeWrap()
49 else if( mnSide == word::WdWrapSideType::wdWrapBoth || in makeWrap()
50 mnSide == word::WdWrapSideType::wdWrapLargest ) in makeWrap()
54 case word::WdWrapType::wdWrapNone: in makeWrap()
55 case word::WdWrapType::wdWrapThrough: in makeWrap()
60 case word::WdWrapType::wdWrapInline: in makeWrap()
61 case word::WdWrapType::wdWrapTopBottom: in makeWrap()
66 case word::WdWrapType::wdWrapSquare: in makeWrap()
[all …]
H A Dvbafont.cxx41 { word::WdUnderline::wdUnderlineNone, com::sun::star::awt::FontUnderline::NONE },
42 { word::WdUnderline::wdUnderlineSingle, com::sun::star::awt::FontUnderline::SINGLE },
43 { word::WdUnderline::wdUnderlineWords, com::sun::star::awt::FontUnderline::SINGLE },
44 { word::WdUnderline::wdUnderlineDouble, com::sun::star::awt::FontUnderline::DOUBLE },
45 { word::WdUnderline::wdUnderlineDotted, com::sun::star::awt::FontUnderline::DOTTED },
46 { word::WdUnderline::wdUnderlineThick, com::sun::star::awt::FontUnderline::BOLDDASH },
47 { word::WdUnderline::wdUnderlineDash, com::sun::star::awt::FontUnderline::DASH },
48 { word::WdUnderline::wdUnderlineDotDash, com::sun::star::awt::FontUnderline::DASHDOT },
49 { word::WdUnderline::wdUnderlineDotDotDash, com::sun::star::awt::FontUnderline::DASHDOTDOT },
50 { word::WdUnderline::wdUnderlineWavy, com::sun::star::awt::FontUnderline::WAVE },
[all …]
H A Dvbadocumentproperties.cxx125 mpDocShell = word::getDocShell( xModel ); in StatisticPropertyGetSetHelper()
247 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertyTitle ] = DocPropInfo::createDocPropInfo( "Ti… in BuiltInIndexHelper()
248 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertySubject ] = DocPropInfo::createDocPropInfo( "… in BuiltInIndexHelper()
249 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertyAuthor ] = DocPropInfo::createDocPropInfo( "A… in BuiltInIndexHelper()
250 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertyKeywords ] = DocPropInfo::createDocPropInfo( … in BuiltInIndexHelper()
251 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertyComments ] = DocPropInfo::createDocPropInfo( … in BuiltInIndexHelper()
252 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertyTemplate ] = DocPropInfo::createDocPropInfo( … in BuiltInIndexHelper()
253 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertyLastAuthor ] = DocPropInfo::createDocPropInfo… in BuiltInIndexHelper()
254 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertyRevision ] = DocPropInfo::createDocPropInfo( … in BuiltInIndexHelper()
255 …m_docPropInfoMap[ word::WdBuiltInProperty::wdPropertyAppName ] = DocPropInfo::createDocPropInfo( "… in BuiltInIndexHelper()
[all …]
H A Dvbaparagraphformat.cxx187 sal_Int32 nLevel = word::WdOutlineLevel::wdOutlineLevelBodyText; in getOutlineLevel()
374 case word::WdLineSpacing::wdLineSpace1pt5: in getOOoLineSpacingFromRule()
380 case word::WdLineSpacing::wdLineSpaceAtLeast: in getOOoLineSpacingFromRule()
386 case word::WdLineSpacing::wdLineSpaceDouble: in getOOoLineSpacingFromRule()
392 case word::WdLineSpacing::wdLineSpaceExactly: in getOOoLineSpacingFromRule()
393 case word::WdLineSpacing::wdLineSpaceMultiple: in getOOoLineSpacingFromRule()
399 case word::WdLineSpacing::wdLineSpaceSingle: in getOOoLineSpacingFromRule()
430 sal_Int32 wdLineSpacing = word::WdLineSpacing::wdLineSpaceSingle; in getMSWordLineSpacingRule()
439 wdLineSpacing = word::WdLineSpacing::wdLineSpaceSingle; in getMSWordLineSpacingRule()
444 wdLineSpacing = word::WdLineSpacing::wdLineSpace1pt5; in getMSWordLineSpacingRule()
[all …]
H A Dvbarange.cxx144 sal_Int32 nBreakType = word::WdBreakType::wdPageBreak; in InsertBreak()
151 case word::WdBreakType::wdPageBreak: in InsertBreak()
154 case word::WdBreakType::wdColumnBreak: in InsertBreak()
157 case word::WdBreakType::wdLineBreak: in InsertBreak()
158 case word::WdBreakType::wdLineBreakClearLeft: in InsertBreak()
159 case word::WdBreakType::wdLineBreakClearRight: in InsertBreak()
160 case word::WdBreakType::wdSectionBreakContinuous: in InsertBreak()
161 case word::WdBreakType::wdSectionBreakEvenPage: in InsertBreak()
162 case word::WdBreakType::wdSectionBreakNextPage: in InsertBreak()
163 case word::WdBreakType::wdSectionBreakOddPage: in InsertBreak()
[all …]
H A Dvbaoptions.cxx50 case word::WdDefaultFilePath::wdDocumentsPath: in DefaultFilePath()
55 case word::WdDefaultFilePath::wdPicturesPath: in DefaultFilePath()
60 case word::WdDefaultFilePath::wdUserTemplatesPath: in DefaultFilePath()
61 case word::WdDefaultFilePath::wdWorkgroupTemplatesPath: in DefaultFilePath()
66 case word::WdDefaultFilePath::wdStartupPath: in DefaultFilePath()
71 case word::WdDefaultFilePath::wdUserOptionsPath: in DefaultFilePath()
76 case word::WdDefaultFilePath::wdToolsPath: in DefaultFilePath()
77 case word::WdDefaultFilePath::wdProgramPath: in DefaultFilePath()
82 case word::WdDefaultFilePath::wdTempFilePath: in DefaultFilePath()
134 return word::WdLineStyle::wdLineStyleSingle; in getDefaultBorderLineStyle()
[all …]
H A Dvbastyle.cxx77 sal_Int32 nType = word::WdStyleType::wdStyleTypeParagraph; in getType()
80 nType = word::WdStyleType::wdStyleTypeParagraph; in getType()
82 nType = word::WdStyleType::wdStyleTypeCharacter; in getType()
84 nType = word::WdStyleType::wdStyleTypeList; in getType()
88 uno::Reference< word::XFont > SAL_CALL
95 …ference< beans::XPropertySet >& xTCProps, const uno::Reference< ooo::vba::word::XStyle >& xStyle )… in setStyle()
106 case word::WdStyleType::wdStyleTypeParagraph: in getOOoStyleTypeFromMSWord()
107 case word::WdStyleType::wdStyleTypeTable: in getOOoStyleTypeFromMSWord()
112 case word::WdStyleType::wdStyleTypeCharacter: in getOOoStyleTypeFromMSWord()
117 case word::WdStyleType::wdStyleTypeList: in getOOoStyleTypeFromMSWord()
H A Dvbaselection.hxx36 typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XSelection > SwVbaSelection_BASE;
43 css::uno::Reference< ooo::vba::word::XRange > mxRange;
64 …virtual css::uno::Reference< ooo::vba::word::XRange > SAL_CALL getRange() throw (css::uno::Runtime…
76 …virtual css::uno::Reference< ooo::vba::word::XParagraphFormat > SAL_CALL getParagraphFormat() thro…
77 …virtual void SAL_CALL setParagraphFormat( const css::uno::Reference< ooo::vba::word::XParagraphFor…
78 …virtual css::uno::Reference< ooo::vba::word::XFind > SAL_CALL getFind() throw (css::uno::RuntimeEx…
79 …virtual css::uno::Reference< ooo::vba::word::XStyle > SAL_CALL getStyle() throw (css::uno::Runtime…
80 …virtual void SAL_CALL setStyle( const css::uno::Reference< ooo::vba::word::XStyle >& _xStyle ) thr…
81 …virtual css::uno::Reference< ooo::vba::word::XFont > SAL_CALL getFont() throw (css::uno::RuntimeEx…
83 …virtual css::uno::Reference< ooo::vba::word::XRange > SAL_CALL GoTo( const css::uno::Any& _what, c…
[all …]
H A Dvbaapplication.cxx76 return static_cast< SfxObjectShell* >( word::getDocShell( xModel ) ); in GetDocShell()
86 uno::Reference< word::XDocument > SAL_CALL
92 uno::Reference< word::XWindow > SAL_CALL
101 uno::Reference<word::XSystem > SAL_CALL
104 return uno::Reference< word::XSystem >( new SwVbaSystem( mxContext ) ); in getSystem()
107 uno::Reference<word::XOptions > SAL_CALL
110 return uno::Reference< word::XOptions >( new SwVbaOptions( mxContext ) ); in getOptions()
119 uno::Reference< word::XSelection > SAL_CALL
146 … uno::Reference< word::XDialogs > xCol( new SwVbaDialogs( this, mxContext, getCurrentDocument() )); in Dialogs()
165 return word::WdEnableCancelKey::wdCancelInterrupt; in getEnableCancelKey()
H A Dvbaheaderfooterhelper.cxx40 …uno::Reference< text::XPageCursor > xPageCursor( word::getXTextViewCursor( xModel ), uno::UNO_QUER… in isHeader()
41 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isHeader()
73 …uno::Reference< text::XPageCursor > xPageCursor( word::getXTextViewCursor( xModel ), uno::UNO_QUER… in isFirstPageHeader()
85 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isEvenPagesHeader()
90 …uno::Reference< text::XPageCursor > xPageCursor( word::getXTextViewCursor( xModel ), uno::UNO_QUER… in isEvenPagesHeader()
99 …uno::Reference< text::XPageCursor > xPageCursor( word::getXTextViewCursor( xModel ), uno::UNO_QUER… in isFooter()
100 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isFooter()
132 …uno::Reference< text::XPageCursor > xPageCursor( word::getXTextViewCursor( xModel ), uno::UNO_QUER… in isFirstPageFooter()
143 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in isEvenPagesFooter()
148 …uno::Reference< text::XPageCursor > xPageCursor( word::getXTextViewCursor( xModel ), uno::UNO_QUER… in isEvenPagesFooter()
H A Dvbasystem.cxx84 return word::WdCursorType::wdCursorNorthwestArrow; in getCursor()
86 return word::WdCursorType::wdCursorNormal; in getCursor()
88 return word::WdCursorType::wdCursorWait; in getCursor()
90 return word::WdCursorType::wdCursorIBeam; in getCursor()
92 return word::WdCursorType::wdCursorNormal; in getCursor()
103 case word::WdCursorType::wdCursorNorthwestArrow: in setCursor()
109 case word::WdCursorType::wdCursorWait: in setCursor()
116 case word::WdCursorType::wdCursorIBeam: in setCursor()
123 case word::WdCursorType::wdCursorNormal: in setCursor()
H A Dvbaglobals.hxx43 typedef ::cppu::ImplInheritanceHelper1< VbaGlobalsBase, ov::word::XGlobals > SwVbaGlobals_BASE;
48 css::uno::Reference< ooo::vba::word::XApplication > mxApplication;
50 …virtual css::uno::Reference< ooo::vba::word::XApplication > getApplication() throw (css::uno::Runt…
59 …virtual css::uno::Reference< ooo::vba::word::XSystem > SAL_CALL getSystem() throw (css::uno::Runti…
60 …virtual css::uno::Reference< ov::word::XDocument > SAL_CALL getActiveDocument() throw (css::uno::R…
61 …virtual css::uno::Reference< ov::word::XWindow > SAL_CALL getActiveWindow() throw (css::uno::Runti…
62 …virtual css::uno::Reference< ooo::vba::word::XOptions > SAL_CALL getOptions() throw (css::uno::Run…
63 …virtual css::uno::Reference< ooo::vba::word::XSelection > SAL_CALL getSelection() throw (css::uno:…
/AOO41X/main/offapi/com/sun/star/text/
H A DXWordCursor.idl37 /** makes it possible to move a cursor word by word.
43 /** determines if the cursor is positioned at the start of a word.
49 /** determines if the cursor is positioned at the end of a word.
55 /** moves the cursor to the next word.
58 that the cursor is located at the next word, or any word at all!
69 /** moves the cursor to the previous word.
72 that the cursor is located at the previous word, or any word at all!
83 /** moves the cursor to the end of the current word.
86 <true/> if the cursor is now at the end of a word,
94 /** moves the cursor to the start of the current word.
[all …]
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx502 …sal_Int32 nRelativeHorizontalPosition = word::WdRelativeHorizontalPosition::wdRelativeHorizontalPo… in getRelativeHorizontalPosition()
510 …nRelativeHorizontalPosition = word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionColu… in getRelativeHorizontalPosition()
515 …nRelativeHorizontalPosition = word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionPage; in getRelativeHorizontalPosition()
520 …nRelativeHorizontalPosition = word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionChar… in getRelativeHorizontalPosition()
526 …nRelativeHorizontalPosition = word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionMarg… in getRelativeHorizontalPosition()
531 …nRelativeHorizontalPosition = word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionMarg… in getRelativeHorizontalPosition()
543 case word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionCharacter: in setRelativeHorizontalPosition()
548 case word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionColumn: in setRelativeHorizontalPosition()
549 case word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionMargin: in setRelativeHorizontalPosition()
554 case word::WdRelativeHorizontalPosition::wdRelativeHorizontalPositionPage: in setRelativeHorizontalPosition()
[all …]
/AOO41X/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl94 /** Traverses one word in Text from <em>nStartPos</em> forwards.
101 The <type>Boundary</type> of the found word. Normally used for
109 /** Traverses one word in Text from <em>nStartPos</em> backwards.
117 then, since Asian word break needs language specific
129 mixed Western/CJK text may lead to wrong word iteration.
137 The <type>Boundary</type> of the found word. Normally used for
145 /** Identifies StartPos and EndPos of current word.
147 <p> If <em>nPos</em> is the boundary of a word, it is StartPos
148 of one word and EndPos of previous word. In this situation, the
151 <FALSE/>, <em>nPos</em> is considered to be the end of the word
[all …]
/AOO41X/main/i18npool/source/breakiterator/
H A Dbreakiterator_unicode.cxx56 word(), in BreakIterator_Unicode()
74 if (word.aBreakIterator) delete word.aBreakIterator; in ~BreakIterator_Unicode()
103 case LOAD_WORD_BREAKITERATOR: icuBI=&word; in loadICUBreakIterator()
247 result.startPos = word.aBreakIterator->following(nStartPos); in nextWord()
254 result.startPos = word.aBreakIterator->following(result.startPos); in nextWord()
256 result.endPos = word.aBreakIterator->following(result.startPos); in nextWord()
269 result.startPos = word.aBreakIterator->preceding(nStartPos); in previousWord()
276 result.startPos = word.aBreakIterator->preceding(result.startPos); in previousWord()
278 result.endPos = word.aBreakIterator->following(result.startPos); in previousWord()
292 if(word.aBreakIterator->isBoundary(nPos)) { in getWordBoundary()
[all …]
/AOO41X/main/offapi/com/sun/star/linguistic2/
H A DXHyphenator.idl64 breaking lines within a word, query about the existence of an alternative
65 spelling at a specific position of a word and provide a list of
66 possible hyphenation positions within a word.</P>
68 <P>A hyphenation position for a word with n characters is represented
84 to the beginning of a word.
95 is the word to be hyphenated.
105 before the hyphen in the hyphenated word.
125 /** checks whether hyphenation at a position in a word will result in
129 if hyphenation is done here, the writing of the word changes.
142 is the original word to be looked at for having an alternative
[all …]
H A DXHyphenatedWord.idl52 the word that was hyphenated.
59 the language of the hyphenated word.
68 the position where hyphenation was applied in the word.
72 the word.</P>
79 the hyphenated word as it should be written (without the hyphen
87 the position of the hyphen in the hyphenated word.
91 the hyphenated word.</P>
99 word is different from the word that was hyphenated.</p>
H A DXDictionaryEntry.idl41 <P>A dictionary entry can supply a word and its hyhenation
42 and indicate if it is a negative word.
44 be used instead of the entry word.</P>
46 <P>Hyphenation positions are represented by an '=' in the word.
47 If the '=' is the last character of the word this means it should not
48 be hyphenated. If there is no '=' charcter in the word, hyphenation
53 to be equal. Also a '.' at the end of the word will make no
64 the word defining this entry.
71 <TRUE/> if the word (entry) is a negative one and should not be
/AOO41X/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s140 ! half word types
148 ! word types
156 ! double word types
213 .word %r_disp32(.privateSnippetExecutorExceptionPosition)
214 .word 0
215 .word .rethrow_handler-.privateSnippetExecutorExceptionPosition
216 .word 0,0
217 .word %r_disp32(.callVirtualMethodExceptionPosition)
218 .word 0
219 .word .rethrow_handler-.callVirtualMethodExceptionPosition
[all …]
/AOO41X/main/sc/workben/celltrans/
H A Dparse.py152 word = []
173 if len(word) > 0:
174 wordPair.append(word)
175 word = []
178 if len(word) > 0:
179 wordPair.append(word)
180 word = []
188 word.append(dbyte)

12345678910>>...14