Searched refs:PRINTABLE (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/i18npool/source/characterclassification/ |
H A D | cclass_unicode.cxx | 145 return UPPER|LETTER|PRINTABLE|BASE_FORM; in getCharType() 149 return LOWER|LETTER|PRINTABLE|BASE_FORM; in getCharType() 153 return TITLE_CASE|LETTER|PRINTABLE|BASE_FORM; in getCharType() 158 return LETTER|PRINTABLE|BASE_FORM; in getCharType() 164 return DIGIT|PRINTABLE|BASE_FORM; in getCharType() 170 return BASE_FORM|PRINTABLE; in getCharType() 185 return PRINTABLE; in getCharType() 194 return CONTROL|PRINTABLE; in getCharType()
|
/aoo41x/main/i18nutil/source/utility/ |
H A D | unicode.cxx | 433 return UPPER|LETTER|PRINTABLE|BASE_FORM; in getCharType() 437 return LOWER|LETTER|PRINTABLE|BASE_FORM; in getCharType() 441 return TITLE_CASE|LETTER|PRINTABLE|BASE_FORM; in getCharType() 446 return LETTER|PRINTABLE|BASE_FORM; in getCharType() 452 return DIGIT|PRINTABLE|BASE_FORM; in getCharType() 458 return BASE_FORM|PRINTABLE; in getCharType() 473 return PRINTABLE; in getCharType() 482 return CONTROL|PRINTABLE; in getCharType()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unolayer.cxx | 223 set( PRINTABLE, bValue ); in setPropertyValue() 293 sd::bool2any( get( PRINTABLE ), aValue ); in getPropertyValue() 339 case PRINTABLE: return pSdrPageView->IsLayerPrintable(aLayerName); in get() 353 case PRINTABLE: return pFrameView->GetPrintableLayers().IsSet(pLayer->GetID()); in get() 379 case PRINTABLE: pSdrPageView->SetLayerPrintable(aLayerName,flag); in set() 399 case PRINTABLE: aNewLayers = pFrameView->GetPrintableLayers(); in set() 411 case PRINTABLE: pFrameView->SetPrintableLayers(aNewLayers); in set()
|
H A D | unolayer.hxx | 43 enum LayerAttribute { VISIBLE, PRINTABLE, LOCKED }; enumerator
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | charclass.hxx | 52 ::com::sun::star::i18n::KCharacterType::PRINTABLE | 68 ::com::sun::star::i18n::KCharacterType::PRINTABLE |
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formmetadata.cxx | 145 …DEF_INFO_3( PRINTABLE, PRINTABLE, PRINTABLE, FORM_VISIBLE, DIALOG_VISIBLE… in getPropertyInfo()
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | KCharacterType.idl | 61 const long PRINTABLE = 0x00000020;
|
/aoo41x/main/forms/source/misc/ |
H A D | property.cxx | 180 ADD_PROP_ASSIGNMENT(PRINTABLE); in initialize()
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 196 REGISTER_PROP_2( PRINTABLE, m_bPrintable, BOUND, MAYBEDEFAULT ); in implRegisterProperties()
|
/aoo41x/main/toolkit/source/helper/ |
H A D | property.cxx | 210 …DECL_PROP_2 ( "Printable", PRINTABLE, bool, BOUND, MAYBEDE… in ImplGetPropertyInfos()
|
/aoo41x/main/forms/source/component/ |
H A D | Grid.cxx | 486 DECL_PROP2(PRINTABLE, sal_Bool, BOUND, MAYBEDEFAULT ); in describeFixedProperties()
|
Completed in 62 milliseconds