Home
last modified time | relevance | path

Searched refs:bNameOK (Results 1 – 8 of 8) sorted by path

/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx392 sal_Bool bNameOK; in InsSDDinDrMode() local
404 bNameOK = mpView->GetExchangeList( pExchangeList, pBookmarkList, 0 ); in InsSDDinDrMode()
406 if( bNameOK ) in InsSDDinDrMode()
441 bNameOK = mpView->GetExchangeList( pExchangeList, pBookmarkList, 1 ); in InsSDDinDrMode()
443 if( bNameOK ) in InsSDDinDrMode()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx899 sal_Bool bNameOK = GetExchangeList( pExchangeList, &aBookmarkList, 2 ); in IMPL_LINK() local
905 if( bNameOK ) in IMPL_LINK()
944 sal_Bool bNameOK = sal_True; // Name ist eindeutig in GetExchangeList() local
952 while( pString && bNameOK ) in GetExchangeList()
957 bNameOK = mpDocSh->CheckPageName ( in GetExchangeList()
960 if( bNameOK && ( nType == 1 || nType == 2 ) ) in GetExchangeList()
972 bNameOK = sal_False; in GetExchangeList()
975 while( !bNameOK && pDlg->Execute() == RET_OK ) in GetExchangeList()
980 bNameOK = sal_True; in GetExchangeList()
1009 return( bNameOK ); in GetExchangeList()
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx1132 sal_Bool bNameOK; member in XMLReferenceFieldImportContext
1467 bool bNameOK; member in XMLDropDownFieldImportContext
H A Dtxtvfldi.hxx160 sal_Bool bNameOK; /// sName was set member in XMLVarFieldImportContext
215 inline sal_Bool IsNameOK() { return bNameOK; } in IsNameOK()
/trunk/main/xmloff/source/text/
H A DXMLTextMarkImportContext.cxx429 sal_Bool bNameOK = sal_False; in FindName() local
444 bNameOK = sal_True; in FindName()
479 return bNameOK; in FindName()
H A Dtxtfldi.cxx2872 , bNameOK(sal_False) in XMLReferenceFieldImportContext()
2935 bNameOK = sal_True; in ProcessAttribute()
2960 bValid = bTypeOK && bNameOK; in ProcessAttribute()
3080 sal_Bool bNameOK = sal_False; in StartElement() local
3098 bNameOK = sal_True; in StartElement()
3126 if (bNameOK && bCommandApplicationOK && bCommandTopicOK && bCommandItemOK) in StartElement()
3992 bNameOK( false ), in XMLDropDownFieldImportContext()
4063 bNameOK = true; in ProcessAttribute()
4100 if( bNameOK ) in PrepareField()
H A Dtxtparai.cxx223 sal_Bool bNameOK( sal_False ); in FindName() local
238 bNameOK = sal_True; in FindName()
242 return bNameOK; in FindName()
H A Dtxtvfldi.cxx130 bNameOK(sal_False), in XMLVarFieldImportContext()
156 bNameOK = sal_True; in ProcessAttribute()

Completed in 76 milliseconds