/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiPropDialog.java | 150 XPropertySet xPS = GetPropSet("WikiList"); in fillWikiList() 164 XPropertySet xPS = GetPropSet("ArticleText"); in fillDocList() 187 XPropertySet xPS = GetPropSet("ArticleText"); in SetWikiTitle() 199 XPropertySet xSendButton = GetPropSet( "SendButton" ); in switchSendButtonIfNecessary() 202 XPropertySet xWikiListProps = GetPropSet( "WikiList" ); in switchSendButtonIfNecessary() 203 XPropertySet xArticleProps = GetPropSet( "ArticleText" ); in switchSendButtonIfNecessary() 261 XPropertySet aWikiListProps = GetPropSet( "WikiList" ); in callHandlerMethod() 262 XPropertySet aArticleTextProps = GetPropSet( "ArticleText" ); in callHandlerMethod() 263 XPropertySet aCommentTextProps = GetPropSet( "CommentText" ); in callHandlerMethod() 264 XPropertySet aMinorCheckProps = GetPropSet( "MinorCheck" ); in callHandlerMethod() [all …]
|
H A D | WikiEditSettingDialog.java | 71 XPropertySet xUrlField = GetPropSet( "UrlField" ); in WikiEditSettingDialog() 75 GetPropSet( "UsernameField" ).setPropertyValue( "Text", ht.get( "Username" ) ); in WikiEditSettingDialog() 136 GetPropSet( "UsernameField" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls() 137 GetPropSet( "PasswordField" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls() 138 GetPropSet( "OkButton" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls() 139 GetPropSet( "HelpButton" ).setPropertyValue( "Enabled", new Boolean( bEnable ) ); in EnableControls() 152 GetPropSet( "UrlField" ).setPropertyValue( "Enabled", Boolean.FALSE ); in EnableControls() 153 GetPropSet( "SaveBox" ).setPropertyValue( "Enabled", Boolean.FALSE ); in EnableControls() 183 XPropertySet xSaveCheck = GetPropSet( "SaveBox" ); in InitSaveCheckbox() 201 sURL = ( String ) GetPropSet( "UrlField" ).getPropertyValue( "Text" ); in DoLogin() [all …]
|
H A D | WikiOptionsEventHandlerImpl.java | 68 protected XPropertySet GetPropSet( String sControl ) in GetPropSet() method in WikiOptionsEventHandlerImpl 85 XPropertySet xListProps = GetPropSet( "WikiList" ); in RefreshView() 102 XPropertySet xListProps = GetPropSet( "WikiList" ); in CheckButtonState() 108 XPropertySet xEditProps = GetPropSet( "EditButton" ); in CheckButtonState() 109 XPropertySet xRemoveProps = GetPropSet( "RemoveButton" ); in CheckButtonState() 133 XPropertySet xListProps = GetPropSet( "WikiList" ); in EditSetting() 162 XPropertySet xListProps = GetPropSet("WikiList"); in RemoveSetting() 168 … String[] pItems = (String []) GetPropSet("WikiList").getPropertyValue("StringItemList"); in RemoveSetting() 188 …GetPropSet( "AddButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( m_xContext, Helper… in InitStrings() 189 …GetPropSet( "EditButton" ).setPropertyValue( "Label", Helper.GetLocalizedString( m_xContext, Helpe… in InitStrings() [all …]
|
H A D | WikiDialog.java | 146 protected XPropertySet GetPropSet(String sControl) in GetPropSet() method in WikiDialog 148 return GetPropSet( m_xControlContainer, sControl ); in GetPropSet() 151 protected static XPropertySet GetPropSet( XControlContainer xControlContainer, String sControl ) in GetPropSet() method in WikiDialog 188 …GetPropSet( xControlContainer, pControls[nInd] ).setPropertyValue( "Label", new Integer( pStringID… in CreateSimpleDialog()
|
/aoo41x/main/linguistic/source/ |
H A D | lngprophelp.cxx | 132 if (GetPropSet().is() && nLen) in GetCurrentValues() 153 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pbVal; in GetCurrentValues() 196 if (GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange_Impl() 415 if (GetPropSet().is() && nLen) in GetCurrentValues() 441 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pbVal; in GetCurrentValues() 453 if (!bRes && GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange_Impl() 601 if (GetPropSet().is() && nLen) in GetCurrentValues() 627 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pnVal; in GetCurrentValues() 639 if (!bRes && GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange_Impl()
|
H A D | hyphdsp.cxx | 293 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in hyphenate() 300 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in hyphenate() 345 aArgs.getArray()[0] <<= GetPropSet(); in hyphenate() 437 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in queryAlternativeSpelling() 444 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in queryAlternativeSpelling() 484 aArgs.getArray()[0] <<= GetPropSet(); in queryAlternativeSpelling() 572 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in createPossibleHyphens() 578 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in createPossibleHyphens() 618 aArgs.getArray()[0] <<= GetPropSet(); in createPossibleHyphens()
|
H A D | spelldsp.cxx | 347 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in isValid_Impl() 404 aArgs.getArray()[0] <<= GetPropSet(); in isValid_Impl() 467 GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in isValid_Impl() 515 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in spell_Impl() 590 aArgs.getArray()[0] <<= GetPropSet(); in spell_Impl() 687 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in spell_Impl()
|
H A D | thesdsp.hxx | 74 GetPropSet(); 115 ThesaurusDispatcher::GetPropSet() in GetPropSet() function in ThesaurusDispatcher
|
H A D | hyphdsp.hxx | 75 GetPropSet(); 148 HyphenatorDispatcher::GetPropSet() in GetPropSet() function in HyphenatorDispatcher
|
H A D | thesdsp.cxx | 146 if (IsIgnoreControlChars( rProperties, GetPropSet() )) in queryMeanings() 181 aArgs.getArray()[0] <<= GetPropSet(); in queryMeanings()
|
H A D | spelldsp.hxx | 82 GetPropSet(); 140 SpellCheckerDispatcher::GetPropSet() in GetPropSet() function in SpellCheckerDispatcher
|
/aoo41x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | propspec.hxx | 91 inline GUID const & GetPropSet() const; 128 inline GUID const & CFullPropSpec::GetPropSet() const in GetPropSet() function in CFullPropSpec
|
H A D | ooofilt.cxx | 282 pAttrib[ulNumAttr].GetPropSet() == guidStorage ) in Init() 405 … ( m_pAttributes[m_ulPropertyNum].GetPropSet() == FMTID_SummaryInformation ) )|| in GetChunk()
|
/aoo41x/main/linguistic/inc/linguistic/ |
H A D | lngprophelp.hxx | 99 GetPropSet() { return xPropSet; } in GetPropSet() function in linguistic::PropertyChgHelper 149 GetPropSet() const { return xPropSet; } in GetPropSet() function in linguistic::PropertyChgHelper
|
/aoo41x/main/linguistic/workben/ |
H A D | sprophelp.cxx | 266 if (GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange()
|
H A D | sprophelp.hxx | 109 GetPropSet() const { return xPropSet; } in GetPropSet() function in PropertyChgHelper
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | SampleHyphenator.java | 120 XPropertySet xPropSet = aPropChgHelper.GetPropSet(); in GetValueToUse() 159 XPropertySet xPropSet = aPropChgHelper.GetPropSet(); in GetValueToUse()
|
H A D | PropChgHelper.java | 59 public XPropertySet GetPropSet() in GetPropSet() method in PropChgHelper
|
H A D | SampleThesaurus.java | 118 XPropertySet xPropSet = aPropChgHelper.GetPropSet(); in GetValueToUse()
|
H A D | SampleSpellChecker.java | 120 XPropertySet xPropSet = aPropChgHelper.GetPropSet(); in GetValueToUse()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 488 ::com::sun::star::beans::XPropertySet >& GetPropSet() const { return xPropSet; } in GetPropSet() function in XMLTextFrameContext_Impl 1357 … uno::Reference< lang::XComponent > xComp(pXMLTextFrameContext_Impl->GetPropSet(), UNO_QUERY); in removeGraphicFromImportContext() 1403 rPropSet = pImpl->GetPropSet(); in CreateIfNotThere() 1777 xTxtCntnt.set( pImpl->GetPropSet(), UNO_QUERY ); in GetTextContent()
|