/aoo4110/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 61 Unknown = 3 enumerator 68 Unknown = 0, enumerator 84 Unknown = 0, enumerator 93 Unknown = 0, enumerator 110 Unknown = 0, enumerator 123 Unknown = 0, enumerator 169 m_eType( fonttype::Unknown ), in FastPrintFontInfo() 171 m_eItalic( italic::Unknown ), in FastPrintFontInfo() 172 m_eWidth( width::Unknown ), in FastPrintFontInfo() 173 m_eWeight( weight::Unknown ), in FastPrintFontInfo() [all …]
|
/aoo4110/main/sc/source/core/tool/ |
H A D | parclass.cxx | 231 if ( pRun->aData.nParam[0] != Unknown ) in Init() 249 pRun->aData.nParam[j] = Unknown; in Init() 327 return eType == Unknown ? Value : eType; in GetParameterType() 329 return Unknown; in GetParameterType() 337 Type eRet = Unknown; in GetExternalParameterType() 381 if ( eRet == Unknown ) in GetExternalParameterType() 417 pData[pDesc->nFIndex].aData.nParam[0] != Unknown ) in MergeArgumentsFromFunctionResource()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | usercontrol.cxx | 101 :OFormatSampleControl_Base( PropertyControlType::Unknown, pParent, nWinStyle ) in OFormatSampleControl() 184 :OFormattedNumericControl_Base( PropertyControlType::Unknown, pParent, nWinStyle ) in OFormattedNumericControl() 279 :OFileUrlControl_Base( PropertyControlType::Unknown, pParent, nWinStyle | WB_DROPDOWN ) in OFileUrlControl() 342 return PropertyControlType::Unknown; in getControlType()
|
/aoo4110/main/icc/ |
H A D | SampleICC-1.3.2.patch | 854 + sprintf(buf, "Unknown Function with %d parameters:\n\n", m_nParameters); 1425 - sReport += "Unknown Profile Class.\r\n"; 1426 + sReport += "Unknown Profile Class.\n"; 1490 - sReport += " - Unknown Tag.\r\n"; 1491 + sReport += " - Unknown Tag.\n"; 2116 - sReport += " - Unknown measurement unit signature.\r\n"; 2117 + sReport += " - Unknown measurement unit signature.\n"; 2349 - sprintf(buf, "Unknown Function with %d parameters:\r\n"); 2350 + sprintf(buf, "Unknown Function with %d parameters:\n", m_nNumParam); 2430 - sReport += " - Unknown function type.\r\n"; [all …]
|
/aoo4110/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 164 if( aInfo.m_eWeight != psp::weight::Unknown ) in toFont() 166 if( aInfo.m_eWidth != psp::width::Unknown ) in toFont() 168 if( aInfo.m_eItalic != psp::italic::Unknown ) in toFont() 170 if( aInfo.m_ePitch != psp::pitch::Unknown ) in toFont()
|
/aoo4110/main/sc/source/core/inc/ |
H A D | parclass.hxx | 41 Unknown = 0, // MUST be zero for initialization mechanism! enumerator 161 == Unknown ? 1 : in GetMinimumParameters()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1117 aInfo.m_eItalic = psp::italic::Unknown; in GetFCFontOptions() 1154 aInfo.m_eWeight = psp::weight::Unknown; in GetFCFontOptions() 1188 aInfo.m_eWidth = psp::width::Unknown; in GetFCFontOptions() 1459 psp::italic::type eItalic = psp::italic::Unknown; in GetFcSubstitute() 1472 psp::weight::type eWeight = psp::weight::Unknown; in GetFcSubstitute() 1492 psp::width::type eWidth = psp::width::Unknown; in GetFcSubstitute() 1511 psp::pitch::type ePitch = psp::pitch::Unknown; in GetFcSubstitute()
|
H A D | pspgraphics.cxx | 1222 case psp::width::Unknown: return WIDTH_DONTKNOW; in ToFontWidth() 1244 case psp::weight::Unknown: return WEIGHT_DONTKNOW; in ToFontWeight() 1258 case psp::pitch::Unknown: return PITCH_DONTKNOW; in ToFontPitch() 1273 case psp::italic::Unknown: return ITALIC_DONTKNOW; in ToFontItalic() 1291 case psp::family::Unknown: return FAMILY_DONTKNOW; in ToFontFamily()
|
/aoo4110/main/desktop/win32/source/setup/ |
H A D | setup.ulf | 70 en-US = "An Unknown Error occurred!" 78 en-US = "Unknown Language: %d"
|
/aoo4110/main/sal/osl/unx/ |
H A D | backtrace.c | 58 #error Unknown Solaris target platform. 222 #error Unknown Linux target platform.
|
/aoo4110/main/sd/source/ui/accessibility/ |
H A D | accessibility.src | 157 Text [ en-US ] = "Unknown accessible presentation shape"; 223 Text [ en-US ] = "Unknown Accessible Presentation Shape";
|
/aoo4110/main/udkapi/com/sun/star/beans/ |
H A D | XMultiHierarchicalPropertySet.idl | 85 <p> Unknown properties are ignored. </p> 129 <p> Unknown properties are ignored, in their place <NULL/> will be returned. </p>
|
/aoo4110/main/sc/source/ui/src/ |
H A D | scerrors.src | 50 Text [ en-US ] = "Unknown Lotus1-2-3 file format." ; 62 Text [ en-US ] = "Unknown or unsupported Excel file format." ;
|
H A D | scstring.src | 401 Text [ en-US ] = "Unknown" ; 520 Text [ en-US ] = "Unknown graphic format" ;
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 124 italic::type eItalic = italic::Unknown; in parseItalic() 138 weight::type eWeight = weight::Unknown; in parseWeight() 177 width::type eWidth = width::Unknown; in parseWidth() 343 m_eItalic( italic::Unknown ), in PrintFont() 344 m_eWidth( width::Unknown ), in PrintFont() 345 m_eWeight( weight::Unknown ), in PrintFont() 346 m_ePitch( pitch::Unknown ), in PrintFont() 2629 rInfo.m_eFamilyStyle = style_it != m_aFamilyTypes.end() ? style_it->second : family::Unknown; in fillPrintFontInfo() 2830 return family::Unknown; in matchFamilyName() 2839 return family::Unknown; in getFontFamilyType() [all …]
|
H A D | fontconfig.cxx | 928 if( eItalic != italic::Unknown ) in addtopattern() 940 if( eWeight != weight::Unknown ) in addtopattern() 960 if( eWidth != width::Unknown ) in addtopattern() 979 if( ePitch != pitch::Unknown ) in addtopattern()
|
/aoo4110/main/solenv/bin/ |
H A D | linkoo | 207 print "Unknown duplicate file '$file' in: '" . 312 print "Unknown argument '$a'\n";
|
/aoo4110/main/sal/inc/osl/ |
H A D | file.hxx | 748 Unknown = osl_File_Type_Unknown enumerator 797 return (_aStatus.uValidFields & FileStatusMask_Type) ? (Type) _aStatus.eType : Unknown; in getFileType()
|
/aoo4110/ext_libraries/ratscan/scan/ |
H A D | rat-output-to-html.xsl | 98 …ct="count(descendant::header-type[attribute::name="?????"])"/> Unknown Licenses - or fil… 101 …ct="count(descendant::header-type[attribute::name="?????"])"/> Unknown Licenses - or fil…
|
/aoo4110/main/sal/inc/internal/ |
H A D | once.h | 72 #error Unknown platform
|
/aoo4110/main/migrationanalysis/src/driver_docs/ |
H A D | allstrings.ulf | 38 en-US = "Unknown Type" 59 en-US = "Unknown" 74 en-US = "Unknown" 197 en-US = "Unknown" 608 en-US = "Unknown" 878 en-US = "Unknown" 2085 en-US = "Unknown"
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | ContentCreationError.idl | 37 /** Unknown.
|
/aoo4110/main/desktop/source/deployment/misc/ |
H A D | dp_misc.src | 27 Text[en-US] = "Unknown";
|
/aoo4110/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1807 if( aInfo.m_eWeight != psp::weight::Unknown ) in toFont() 1809 if( aInfo.m_eWidth != psp::width::Unknown ) in toFont() 1811 if( aInfo.m_eItalic != psp::italic::Unknown ) in toFont() 1813 if( aInfo.m_ePitch != psp::pitch::Unknown ) in toFont()
|
/aoo4110/main/uui/source/ |
H A D | openlocked.src | 48 Text [ en-US ] = "Unknown User";
|