Home
last modified time | relevance | path

Searched refs:word (Results 51 – 75 of 349) sorted by relevance

12345678910>>...14

/aoo4110/extras/l10n/source/nso/
H A Dlocalize.sdf94 …SEC_QUERY_SAVEBEFORESIGN 0 nso Die dokument moet gestoor word voor dit onderteken kan word.\nWi…
371 …MSG_CANT_CLOSE 0 nso Die dokument kan nie toegemaak word nie omdat 'n\n druktaak uitgevoer word
467 …_ERROR_DELETE_TEMPLATE_DIR 0 nso Sommige sjabloonlêers word beskerm en kan nie geskrap word nie…
748 …g RID_ERR_NO_COMMAND 0 nso Die verslag kan nie uitgevoer word nie, tensy dit gekoppel word aan …
749 …RR_NO_OBJECTS 0 nso Die verslag kan nie uitgevoer word nie tensy minstens een objek ingevoeg wo…
6680 …die kenmerk sal van u plaaslike hardeskyf verwyder word maar sal opgestel word om geïnstalleer te
7810 … nie op datum nie.\nDit moet omgeskakel word sodat veranderinge\ngestoor kan word.\nMoet dit nou o…
9682 …NLY_CONTENT 0 nso Leesalleeninhoud kan nie verander word nie.\nGeen wysigings sal aanvaar word
11043 … Die kolom "$column$" kon nie gewysig word nie. Moet die kolom eerder geskrap word en 'n nuwe form…
14269 … STR_CLOSE_ERROR_LINK 0 nso Die dokument kan nie gesluit word terwyl 'n skakel bygewerk word nie…
[all …]
/aoo4110/main/sw/source/ui/vba/
H A Dvbatables.cxx46 …uno::Reference< word::XTable > xTable( new SwVbaTable( xParent, xContext, xTextDocument, xTextTabl… in lcl_createTable()
81 uno::Reference< word::XTable > SAL_CALL
82 SwVbaTables::Add( const uno::Reference< word::XRange >& Range, const uno::Any& NumRows, const uno::… in Add()
109 …uno::Reference< word::XTable > xVBATable( new SwVbaTable( mxParent, mxContext, pVbaRange->getDocu… in Add()
138 return word::XTable::static_type(0); in getElementType()
H A Dvbadocument.cxx72 uno::Reference< word::XRange > SAL_CALL
77 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xE… in getContent()
80 uno::Reference< word::XRange > SAL_CALL
121 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xE… in Range()
221 …uno::Reference< beans::XPropertySet > xPageProps( word::getCurrentPageStyle( mxModel ), uno::UNO_Q… in PageSetup()
222 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, mxMo… in PageSetup()
234 uno::Reference< word::XTemplate > xTemplate; in getAttachedTemplate()
H A Dvbasections.cxx99 …return uno::makeAny( uno::Reference< word::XSection >( new SwVbaSection( mxParent, mxContext, mxM… in getByIndex()
103 return word::XSection::static_type(0); in getElementType()
125 …return uno::makeAny( uno::Reference< word::XSection > ( new SwVbaSection( m_xParent, m_xContext, m… in nextElement()
139 …uno::Reference< word::XSection > xSection( m_xIndexAccess->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in PageSetup()
149 return word::XSection::static_type(0); in getElementType()
H A Dvbaautotextentry.hxx34 typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XAutoTextEntry > SwVbaAutoTextEntry_BASE;
46 …virtual css::uno::Reference< ooo::vba::word::XRange > SAL_CALL Insert( const css::uno::Reference< …
55 typedef CollTestImplHelper< ooo::vba::word::XAutoTextEntries > SwVbaAutoTextEntries_BASE;
H A Dvbaaddins.cxx35 XNamedObjectCollectionHelper< word::XAddin >::XNamedVec maAddins; in lcl_getAddinCollection()
53 …maAddins.push_back( uno::Reference< word::XAddin >( new SwVbaAddin( xParent, xContext, sUrl, sal_T… in lcl_getAddinCollection()
60 …uno::Reference< container::XIndexAccess > xAddinsAccess( new XNamedObjectCollectionHelper< word::X… in lcl_getAddinCollection()
71 return word::XAddin::static_type(0); in getElementType()
H A Dvbafield.hxx32 typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XField > SwVbaField_BASE;
48 typedef CollTestImplHelper< ov::word::XFields > SwVbaFields_BASE;
60 …irtual css::uno::Reference< ::ooo::vba::word::XField > SAL_CALL Add( const css::uno::Reference< ::…
H A Dvbaparagraph.cxx41 uno::Reference< word::XRange > SAL_CALL
44 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, mxTextRang… in getRange()
137 return word::XParagraph::static_type(0); in getElementType()
150 …return uno::makeAny( uno::Reference< word::XParagraph >( new SwVbaParagraph( this, mxContext, mxTe… in createCollectionObject()
H A Dvbatables.hxx29 typedef CollTestImplHelper< ov::word::XTables > SwVbaTables_BASE;
37 …virtual css::uno::Reference< ov::word::XTable > SAL_CALL Add( const css::uno::Reference< ::ooo::vb…
H A Dvbainformationhelper.cxx46 return word::getPageCount( xModel ); in handleWdNumberOfPagesInDocument()
52 …uno::Reference< beans::XPropertySet > xStyleProps( word::getCurrentPageStyle( xModel ), uno::UNO_Q… in handleWdVerticalPositionRelativeToPage()
58 SwDoc* pDoc = word::getDocShell( xModel )->GetDoc(); in handleWdVerticalPositionRelativeToPage()
/aoo4110/main/offapi/com/sun/star/i18n/
H A DBoundary.idl32 /** contains start and end position of a word.
34 <p> It is used in word break iterator and text conversion.
42 /// Start position of a word, <b>inclusive</b>
45 /// End position of a word, <b>exclusive</b>
/aoo4110/main/migrationanalysis/src/driver_docs/
H A Dmakefile.mk91 .$/sources$/word$/ApplicationSpecific.bas \
92 .$/sources$/word$/MigrationAnalyser.cls \
93 .$/sources$/word$/Preparation.bas \
94 .$/sources$/word$/word_res.bas
/aoo4110/main/oovbaapi/ooo/vba/word/
H A DXGlobals.idl30 module ooo { module vba { module word {
41 [attribute, readonly] ooo::vba::word::XSystem System;
42 [attribute, readonly] ooo::vba::word::XOptions Options;
43 [attribute, readonly] ooo::vba::word::XSelection Selection;
H A DXApplication.idl34 module ooo { module vba { module word {
46 [attribute, readonly] ooo::vba::word::XSystem System;
47 [attribute, readonly] ooo::vba::word::XOptions Options;
48 [attribute, readonly] ooo::vba::word::XSelection Selection;
/aoo4110/main/offapi/com/sun/star/util/
H A DEndianness.idl40 of the long word 0xAABBCCDD are layed out like 0xDD, 0xCC,
41 0xBB, 0xAA in memory. That is, data of arbitrary machine word
50 the long word 0xAABBCCDD are layed out like 0xAA, 0xBB, 0xCC,
51 0xDD in memory. That is, data of arbitrary machine word
/aoo4110/main/offapi/com/sun/star/linguistic2/
H A DXSpellAlternatives.idl44 function when the word was not found to be correct.
46 a failure-type that may specifiy why the word was not correct.
56 the word that was misspelled.
63 the Locale which specifies the language of the misspelled word.
/aoo4110/main/i18npool/source/breakiterator/data/
H A Dcount_word.txt51 # Word Break Rules. Definitions and Rules specific to word break begin Here.
62 # they won't be word boundaries.
117 # a word. (They may also be the first.) The reverse rule skips over these, until it
118 # reaches something that can only be the start (and probably only) char in a "word".
H A Dedit_word.txt58 # Word Break Rules. Definitions and Rules specific to word break begin Here.
69 # they won't be word boundaries.
134 # a word. (They may also be the first.) The reverse rule skips over these, until it
135 # reaches something that can only be the start (and probably only) char in a "word".
H A Dcount_word_fi.txt55 # Word Break Rules. Definitions and Rules specific to word break begin Here.
66 # they won't be word boundaries.
126 # a word. (They may also be the first.) The reverse rule skips over these, until it
127 # reaches something that can only be the start (and probably only) char in a "word".
H A Dedit_word_he.txt58 # Word Break Rules. Definitions and Rules specific to word break begin Here.
69 # they won't be word boundaries.
134 # a word. (They may also be the first.) The reverse rule skips over these, until it
135 # reaches something that can only be the start (and probably only) char in a "word".
H A Ddict_word_ca.txt59 # Word Break Rules. Definitions and Rules specific to word break begin Here.
70 # they won't be word boundaries.
131 # a word. (They may also be the first.) The reverse rule skips over these, until it
132 # reaches something that can only be the start (and probably only) char in a "word".
H A Ddict_word.txt65 # Word Break Rules. Definitions and Rules specific to word break begin Here.
76 # they won't be word boundaries.
140 # a word. (They may also be the first.) The reverse rule skips over these, until it
141 # reaches something that can only be the start (and probably only) char in a "word".
H A Ddict_word_nodash.txt64 # Word Break Rules. Definitions and Rules specific to word break begin Here.
75 # they won't be word boundaries.
139 # a word. (They may also be the first.) The reverse rule skips over these, until it
140 # reaches something that can only be the start (and probably only) char in a "word".
/aoo4110/main/sal/osl/unx/asm/
H A Dinterlck_sparc.s52 .word osl_incrementInterlockedCountV8
58 .word osl_decrementInterlockedCountV8
228 .word 0xD5E21009
254 .word 0xD5E21009
/aoo4110/main/oovbaapi/prj/
H A Dd.lst7 mkdir: %COMMON_DEST%\idl%_EXT%\ooo\vba\word
15 ..\ooo\vba\word\*.idl %COMMON_DEST%\idl%_EXT%\ooo\vba\word

Completed in 580 milliseconds

12345678910>>...14