Searched refs:sScope (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/autodoc/inc/ary_i/ |
H A D | d_token.hxx | 119 : sScope(i_sScope), bIsBegin(true) {} in DT_MupType() 125 const String & Scope() const { return sScope; } in Scope() 129 String sScope; member in csi::dsapi::DT_MupType 141 : sScope(i_sScope), bIsBegin(true) {} in DT_MupMember() 147 const String & Scope() const { return sScope; } in Scope() 151 String sScope; member in csi::dsapi::DT_MupMember
|
/aoo4110/main/autodoc/source/display/idl/ |
H A D | hfi_tag.cxx | 217 sScope(), in HF_IdlDocuTextDisplay() 322 aLink.Produce_LinkInDocu(sScope, sLinkToken, String::Null_()); in CreateTypeLink() 339 if (NOT sScope.empty() OR ScopeGivingCe().LocalName() != sCe ) in CreateMemberLink() 340 aLink.Produce_LinkInDocu(sScope, sCe, sMember); in CreateMemberLink()
|
H A D | hfi_tag.hxx | 87 … { sLinkToken = ""; sScope = i_sScope; bGatherLink = true; } in StartLinkGathering() 99 String sScope; member in HF_IdlDocuTextDisplay
|
/aoo4110/main/xml2cmp/source/xcd/ |
H A D | parse.cxx | 365 static char sScope[nMaxLen+10]; in GetTextTill() local 369 strncpy ( sScope, pResult, nScopeLen ); // STRNCPY SAFE HERE in GetTextTill() 370 sScope[nScopeLen] = '\0'; in GetTextTill() 373 strcat( sName, sScope ); // STRCAT SAFE HERE in GetTextTill()
|
/aoo4110/main/autodoc/source/parser_i/inc/s2_dsapi/ |
H A D | tk_xml.hxx | 99 sScope(i_sScope), in Tok_XmlLink_BeginTag() 107 const String & Scope() const { return sScope; } in Scope() 113 String sScope; member in csi::dsapi::Tok_XmlLink_BeginTag
|
/aoo4110/main/autodoc/source/parser_i/idoc/ |
H A D | cx_docu2.cxx | 103 String sScope; in ReadCharChain() local 125 sScope = pAttribute; in ReadCharChain() 144 SetToken( new Tok_XmlLink_BeginTag(eTokenId, sScope.c_str(), sDim.c_str()) ); in ReadCharChain()
|
H A D | tk_xml.cxx | 96 if (sScope.length() > 0) in Text() 101 << sScope in Text()
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 2167 ::rtl::OUString sScope; in impl_setCounterFunction_throw() 2168 …ctionName) != m_aFunctionNames.end() && impl_isCounterFunction_throw(sQuotedFunctionName,sScope)) ) in impl_setCounterFunction_throw() 2197 ::rtl::OUString sScope; in impl_getDataFieldType_throw() 2198 if ( impl_isCounterFunction_throw(sDataField,sScope) ) in impl_getDataFieldType_throw()
|
Completed in 47 milliseconds